RolePlayerOrderChangedEventArgs.SourceDomainRole Property

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

Syntax

'宣言
Public ReadOnly Property SourceDomainRole As DomainRoleInfo
'使用
Dim instance As RolePlayerOrderChangedEventArgs
Dim value As DomainRoleInfo

value = instance.SourceDomainRole
public DomainRoleInfo SourceDomainRole { get; }
public:
property DomainRoleInfo^ SourceDomainRole {
    DomainRoleInfo^ get ();
}
public function get SourceDomainRole () : DomainRoleInfo

Property Value

Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo

Permissions

See Also

Reference

RolePlayerOrderChangedEventArgs Class

RolePlayerOrderChangedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace