RolePlayerOrderChangedEventArgs.CounterpartRolePlayerId Property

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

Syntax

'宣言
Public ReadOnly Property CounterpartRolePlayerId As Guid
'使用
Dim instance As RolePlayerOrderChangedEventArgs
Dim value As Guid

value = instance.CounterpartRolePlayerId
public Guid CounterpartRolePlayerId { get; }
public:
property Guid CounterpartRolePlayerId {
    Guid get ();
}
public function get CounterpartRolePlayerId () : Guid

Property Value

Type: System.Guid

Permissions

See Also

Reference

RolePlayerOrderChangedEventArgs Class

RolePlayerOrderChangedEventArgs Members

Microsoft.VisualStudio.Modeling Namespace