Share via


PropertyHasType.GetLinksToProperties(DomainType) Method

Definition

Get the list of PropertyHasType links to a DomainType.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyHasType ^> ^ GetLinksToProperties(Microsoft::VisualStudio::Modeling::DslDefinition::DomainType ^ typeInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType> GetLinksToProperties (Microsoft.VisualStudio.Modeling.DslDefinition.DomainType typeInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToProperties : Microsoft.VisualStudio.Modeling.DslDefinition.DomainType -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType>
Public Shared Function GetLinksToProperties (typeInstance As DomainType) As ReadOnlyCollection(Of PropertyHasType)

Parameters

typeInstance
DomainType

Returns

Attributes

Applies to