CustomPropertyDescriptor.GetLinksToPathsOfCustomPropertyDescriptors Method

Definition

Get the list of CustomPropertyDescriptor links to a DomainTypeDescriptor.

public:
 static System::Collections::ObjectModel::ReadOnlyCollection<Microsoft::VisualStudio::Modeling::DslDefinition::CustomPropertyDescriptor ^> ^ GetLinksToPathsOfCustomPropertyDescriptors(Microsoft::VisualStudio::Modeling::DslDefinition::DomainTypeDescriptor ^ typeDescriptorInstance);
[System.Diagnostics.DebuggerStepThrough]
public static System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor> GetLinksToPathsOfCustomPropertyDescriptors (Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor typeDescriptorInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinksToPathsOfCustomPropertyDescriptors : Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor -> System.Collections.ObjectModel.ReadOnlyCollection<Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor>
Public Shared Function GetLinksToPathsOfCustomPropertyDescriptors (typeDescriptorInstance As DomainTypeDescriptor) As ReadOnlyCollection(Of CustomPropertyDescriptor)

Parameters

typeDescriptorInstance
DomainTypeDescriptor

Returns

Attributes

Applies to