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