Remove 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 (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub Remove ( _
counterpartDomainRole As DomainRoleInfo, _
sourceElementId As Guid, _
handler As Delegate _
)
'使用
Dim instance As RolePlayerOrderChangedEventManager
Dim counterpartDomainRole As DomainRoleInfo
Dim sourceElementId As Guid
Dim handler As Delegate
instance.Remove(counterpartDomainRole, _
sourceElementId, handler)
public void Remove(
DomainRoleInfo counterpartDomainRole,
Guid sourceElementId,
Delegate handler
)
public:
void Remove(
DomainRoleInfo^ counterpartDomainRole,
Guid sourceElementId,
Delegate^ handler
)
public function Remove(
counterpartDomainRole : DomainRoleInfo,
sourceElementId : Guid,
handler : Delegate
)
Parameters
counterpartDomainRole
Type: Microsoft.VisualStudio.Modeling.DomainRoleInfoThe role played by the elements whose order is changed.
sourceElementId
Type: System.GuidThe ID of the parent element that orders the child counterparts.
handler
Type: System.DelegateThe handler to remove.
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