Compartir a través de


PropertyPathHasPath.GetLinkToPropertyPath Method

Get the PropertyPathHasPath link to a DomainPath.

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.10.0.dll)

Syntax

'Declaración
Public Shared Function GetLinkToPropertyPath ( _
    pathInstance As DomainPath _
) As PropertyPathHasPath
public static PropertyPathHasPath GetLinkToPropertyPath(
    DomainPath pathInstance
)
public:
static PropertyPathHasPath^ GetLinkToPropertyPath(
    DomainPath^ pathInstance
)
static member GetLinkToPropertyPath : 
        pathInstance:DomainPath -> PropertyPathHasPath 
public static function GetLinkToPropertyPath(
    pathInstance : DomainPath
) : PropertyPathHasPath

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath

.NET Framework Security

See Also

Reference

PropertyPathHasPath Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace