RolePlayerPropertyDescriptor.Link Property

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

Syntax

'宣言
Public ReadOnly Property Link As ElementLink
'使用
Dim instance As RolePlayerPropertyDescriptor
Dim value As ElementLink

value = instance.Link
public ElementLink Link { get; }
public:
property ElementLink^ Link {
    ElementLink^ get ();
}
public function get Link () : ElementLink

Property Value

Type: Microsoft.VisualStudio.Modeling.ElementLink

Permissions

See Also

Reference

RolePlayerPropertyDescriptor Class

RolePlayerPropertyDescriptor Members

Microsoft.VisualStudio.Modeling.Design Namespace