Bagikan melalui


PropertyHasType.GetLinkToType Method

Get the PropertyHasType link to a DomainProperty.

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

Syntax

'Declaration
Public Shared Function GetLinkToType ( _
    propertyInstance As DomainProperty _
) As PropertyHasType
public static PropertyHasType GetLinkToType(
    DomainProperty propertyInstance
)
public:
static PropertyHasType^ GetLinkToType(
    DomainProperty^ propertyInstance
)
static member GetLinkToType : 
        propertyInstance:DomainProperty -> PropertyHasType
public static function GetLinkToType(
    propertyInstance : DomainProperty
) : PropertyHasType

Parameters

Return Value

Type: Microsoft.VisualStudio.Modeling.DslDefinition.PropertyHasType

.NET Framework Security

See Also

Reference

PropertyHasType Class

Microsoft.VisualStudio.Modeling.DslDefinition Namespace