Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether this ___domain class is derived from a specified ___domain class.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)
Syntax
'Declaration
Public Function IsDerivedFrom ( _
baseDomainClassId As Guid _
) As Boolean
public bool IsDerivedFrom(
Guid baseDomainClassId
)
public:
bool IsDerivedFrom(
Guid baseDomainClassId
)
member IsDerivedFrom :
baseDomainClassId:Guid -> bool
public function IsDerivedFrom(
baseDomainClassId : Guid
) : boolean
Parameters
baseDomainClassId
Type: System.GuidThe ID of the ___domain class to check whether it is a base class for this class.
Return Value
Type: System.Boolean
true if this ___domain class is directly or indirectly derived from the specified ___domain class; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.