Share via


PropertyPathReferencesProperty.GetLinksToPropertyPaths(DomainProperty) Method

Definition

Get the list of PropertyPathReferencesProperty links to a DomainProperty.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPathReferencesProperty ^> ^ GetLinksToPropertyPaths(Microsoft::VisualStudio::Modeling::DslDefinition::DomainProperty ^ propertyInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty> GetLinksToPropertyPaths (Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty propertyInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPropertyPaths : Microsoft.VisualStudio.Modeling.DslDefinition.DomainProperty -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathReferencesProperty>
Public Shared Function GetLinksToPropertyPaths (propertyInstance As DomainProperty) As ReadOnlyCollection(Of PropertyPathReferencesProperty)

Parameters

propertyInstance
DomainProperty

Returns

Attributes

Applies to