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
'Declaration
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
- pathInstance
Type: Microsoft.VisualStudio.Modeling.DslDefinition.DomainPath
Return Value
Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyPathHasPath
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.