DomainClassInfo.IsDerivedFrom Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
IsDerivedFrom(DomainClassInfo) |
Returns true if this domain class is derived from the specified domain class. |
IsDerivedFrom(Guid) |
Returns true if this domain class is derived from the specified domain class specified. |
IsDerivedFrom(DomainClassInfo)
Returns true if this domain class is derived from the specified domain class.
public:
bool IsDerivedFrom(Microsoft::VisualStudio::Modeling::DomainClassInfo ^ domainClass);
public bool IsDerivedFrom (Microsoft.VisualStudio.Modeling.DomainClassInfo domainClass);
member this.IsDerivedFrom : Microsoft.VisualStudio.Modeling.DomainClassInfo -> bool
Public Function IsDerivedFrom (domainClass As DomainClassInfo) As Boolean
Parameters
- domainClass
- DomainClassInfo
Base domain class in question.
Returns
True if this domain class is directly or indirectly derived from the specified domain class.
Exceptions
Applies to
IsDerivedFrom(Guid)
Returns true if this domain class is derived from the specified domain class specified.
public:
bool IsDerivedFrom(Guid baseDomainClassId);
public bool IsDerivedFrom (Guid baseDomainClassId);
member this.IsDerivedFrom : Guid -> bool
Public Function IsDerivedFrom (baseDomainClassId As Guid) As Boolean
Parameters
- baseDomainClassId
- Guid
The Id of base domain class in question.
Returns
True if this domain class is directly or indirectly derived from the specified domain class.