RolePlayerOrderChangedEventManager.Add Method (DomainRoleInfo, Guid, Delegate)
Adds an event handler that is notified whenever the order of elements that play a particular role in relationships with a particular source element changes.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
声明
Public Sub Add ( _
counterpartDomainRole As DomainRoleInfo, _
sourceElementId As Guid, _
handler As Delegate _
)
public void Add(
DomainRoleInfo counterpartDomainRole,
Guid sourceElementId,
Delegate handler
)
public:
void Add(
DomainRoleInfo^ counterpartDomainRole,
Guid sourceElementId,
Delegate^ handler
)
member Add :
counterpartDomainRole:DomainRoleInfo *
sourceElementId:Guid *
handler:Delegate -> unit
public function Add(
counterpartDomainRole : DomainRoleInfo,
sourceElementId : Guid,
handler : Delegate
)
Parameters
- counterpartDomainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfo
The role played by the elements whose order is changed.
- sourceElementId
Type: System.Guid
The ID of the parent element ordering the child counterparts.
- handler
Type: System.Delegate
The delegate that is to be called.
Remarks
For example, add an event handler that is called whenever the order of the columns of the Authors table is changed. In this example, the "counterpart domain role" is the child-column role, while the "source ModelElement" is the Authors table.
.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.