Adds an event handler that is notified whenever the order of elements that play a particular domain role changes for any source element.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub Add ( _
counterpartDomainRole As DomainRoleInfo, _
handler As Delegate _
)
'使用
Dim instance As RolePlayerOrderChangedEventManager
Dim counterpartDomainRole As DomainRoleInfo
Dim handler As Delegate
instance.Add(counterpartDomainRole, handler)
public void Add(
DomainRoleInfo counterpartDomainRole,
Delegate handler
)
public:
void Add(
DomainRoleInfo^ counterpartDomainRole,
Delegate^ handler
)
public function Add(
counterpartDomainRole : DomainRoleInfo,
handler : Delegate
)
Parameters
counterpartDomainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfoThe role played by the elements whose order is changed.
handler
Type: System.DelegateThe delegate that is to be called.
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
RolePlayerOrderChangedEventManager Class