RolePlayerChangedEventArgs.ElementLink Property
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'Declaration
Public ReadOnly Property ElementLink As ElementLink
'Usage
Dim instance As RolePlayerChangedEventArgs
Dim value As ElementLink
value = instance.ElementLink
public ElementLink ElementLink { get; }
public:
property ElementLink^ ElementLink {
ElementLink^ get ();
}
public function get ElementLink () : ElementLink
Property Value
Type: Microsoft.VisualStudio.Modeling.ElementLink
.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.
See Also
Reference
RolePlayerChangedEventArgs Class