DomainClass.IsDerivedFrom(DomainClass) 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.
Test if this class is derived from the given class.
public:
bool IsDerivedFrom(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ candidateBase);
public bool IsDerivedFrom (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass candidateBase);
member this.IsDerivedFrom : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> bool
Public Function IsDerivedFrom (candidateBase As DomainClass) As Boolean
Parameters
- candidateBase
- DomainClass
Returns
Whether this class is the same as or derived from the given base class