ModelElement.Delete Method
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.
Delete() |
Deletes the element from the model. |
Delete(Guid[]) |
Deletes the element from the model. |
Deletes the element from the model.
C++
public:
void Delete();
[System.Diagnostics.DebuggerStepThrough]
public void Delete();
[<System.Diagnostics.DebuggerStepThrough>]
member this.Delete : unit -> unit
Public Sub Delete ()
- Attributes
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |
Deletes the element from the model.
C++
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.
Applies to
Visual Studio SDK 2022 and other versions
Product | Versions |
---|---|
Visual Studio SDK | 2017, 2019, 2022 |