Share via


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

See Also

Reference

RolePlayerChangedEventArgs Class

RolePlayerChangedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace