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
- 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.
See Also
Reference
RolePlayerPropertyDescriptor Class