CustomPropertyDescriptor.GetLinks(DomainTypeDescriptor, PropertyPath) Method

Definition

Get any CustomPropertyDescriptor links between a given DomainTypeDescriptor and a PropertyPath.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::CustomPropertyDescriptor ^> ^ GetLinks(Microsoft::VisualStudio::Modeling::DslDefinition::DomainTypeDescriptor ^ source, Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ target);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor> GetLinks (Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor source, Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath target);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinks : Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor * Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor>
Public Shared Function GetLinks (source As DomainTypeDescriptor, target As PropertyPath) As ReadOnlyCollection(Of CustomPropertyDescriptor)

Parameters

target
PropertyPath

Returns

Attributes

Applies to