CustomPropertyDescriptor.GetPathsOfCustomPropertyDescriptors Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- element
- DomainTypeDescriptor
Returns
- Attributes