ModelElement.Delete Method

Definition

Overloads

Delete()

Deletes the element from the model.

Delete(Guid[])

Deletes the element from the model.

Delete()

Deletes the element from the model.

C++
public:
 void Delete();
Attributes

Applies to

Visual Studio SDK 2022 and other versions
Product Versions
Visual Studio SDK 2017, 2019, 2022

Delete(Guid[])

Deletes the element from the model.

C++
public:
 void Delete(... cli::array <Guid> ^ domainRolesToNotPropagate);

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