Share via


PropertyPathReferencesProperty.GetPropertyPaths(DomainProperty) Method

Definition

Gets a list of PropertyPaths.

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

Parameters

element
DomainProperty

Returns

Attributes

Applies to