CustomPropertyDescriptor.GetLinkToTypeDescriptor(PropertyPath) Method

Definition

Get the CustomPropertyDescriptor link to a PropertyPath.

public:
 static Microsoft::VisualStudio::Modeling::DslDefinition::CustomPropertyDescriptor ^ GetLinkToTypeDescriptor(Microsoft::VisualStudio::Modeling::DslDefinition::PropertyPath ^ distantPropertyPathInstance);
[System.Diagnostics.DebuggerStepThrough]
public static Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor GetLinkToTypeDescriptor (Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath distantPropertyPathInstance);
[<System.Diagnostics.DebuggerStepThrough>]
static member GetLinkToTypeDescriptor : Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPath -> Microsoft.VisualStudio.Modeling.DslDefinition.CustomPropertyDescriptor
Public Shared Function GetLinkToTypeDescriptor (distantPropertyPathInstance As PropertyPath) As CustomPropertyDescriptor

Parameters

distantPropertyPathInstance
PropertyPath

Returns

Attributes

Applies to