CustomPropertyDescriptor.GetPathsOfCustomPropertyDescriptors Method

Definition

Gets a list of PathsOfCustomPropertyDescriptors.

public:
 static Microsoft::VisualStudio::Modeling::LinkedElementCollection<Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^> ^ GetPathsOfCustomPropertyDescriptors(Microsoft::VisualStudio::Modeling::DslDefinition::DomainTypeDescriptor ^ element);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath> GetPathsOfCustomPropertyDescriptors (Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor element);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetPathsOfCustomPropertyDescriptors : Microsoft.VisualStudio.Modeling.DslDefinition.DomainTypeDescriptor -> Microsoft.VisualStudio.Modeling.LinkedElementCollection<Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath>
Public Shared Function GetPathsOfCustomPropertyDescriptors (element As DomainTypeDescriptor) As LinkedElementCollection(Of PropertyPath)

Parameters

Returns

Attributes

Applies to