DomainClassInfo.IsDerivedFrom Method (DomainClassInfo)

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

Namespace:  Microsoft.VisualStudio.Modeling
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)

Syntax

'Declaration
Public Function IsDerivedFrom ( _
    domainClass As DomainClassInfo _
) As Boolean
public bool IsDerivedFrom(
    DomainClassInfo domainClass
)
public:
bool IsDerivedFrom(
    DomainClassInfo^ domainClass
)
member IsDerivedFrom : 
        domainClass:DomainClassInfo -> bool 
public function IsDerivedFrom(
    domainClass : DomainClassInfo
) : boolean

Parameters

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

See Also

Reference

DomainClassInfo Class

IsDerivedFrom Overload

Microsoft.VisualStudio.Modeling Namespace