ClassHasBaseClass.GetLinksToSubClasses(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.
Get the list of ClassHasBaseClass links to a DomainClass.
public:
static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::ClassHasBaseClass ^> ^ GetLinksToSubClasses(Microsoft::VisualStudio::Modeling::DslDefinition::DomainClass ^ baseClassInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass> GetLinksToSubClasses (Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass baseClassInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToSubClasses : Microsoft.VisualStudio.Modeling.DslDefinition.DomainClass -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.ClassHasBaseClass>
Public Shared Function GetLinksToSubClasses (baseClassInstance As DomainClass) As ReadOnlyCollection(Of ClassHasBaseClass)
Parameters
- baseClassInstance
- DomainClass
Returns
- Attributes