DomainClassInfo.IsDerivedFrom Method (Guid)

Indicates whether this domain class is derived from a specified domain class.

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.11.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: Guid

    The ID of the domain class to check whether it is a base class for this class.

Return Value

Type: Boolean
true if this domain class is directly or indirectly derived from the specified domain class; otherwise, false.

.NET Framework Security

See Also

Reference

DomainClassInfo Class

IsDerivedFrom Overload

Microsoft.VisualStudio.Modeling Namespace