ModelElement.Delete Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Delete() |
Deletes the element from the model. |
Delete(Guid[]) |
Deletes the element from the model. |
Delete()
Deletes the element from the model.
public:
void Delete();
[System.Diagnostics.DebuggerStepThrough]
public void Delete ();
[<System.Diagnostics.DebuggerStepThrough>]
member this.Delete : unit -> unit
Public Sub Delete ()
- Attributes
Applies to
Delete(Guid[])
Deletes the element from the model.
public:
void Delete(... cli::array <Guid> ^ domainRolesToNotPropagate);
public void Delete (params Guid[] domainRolesToNotPropagate);
member this.Delete : Guid[] -> unit
Public Sub Delete (ParamArray domainRolesToNotPropagate As Guid())
Parameters
- domainRolesToNotPropagate
- Guid[]
A list of domain role ID-s through which delete should not be propagated.