Deletes an element from the model.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Public Sub Delete ( _
ParamArray domainRolesToNotPropagate As Guid() _
)
'使用
Dim instance As ModelElement
Dim domainRolesToNotPropagate As Guid()
instance.Delete(domainRolesToNotPropagate)
public void Delete(
params Guid[] domainRolesToNotPropagate
)
public:
void Delete(
... array<Guid>^ domainRolesToNotPropagate
)
public function Delete(
... domainRolesToNotPropagate : Guid[]
)
Parameters
domainRolesToNotPropagate
Type: []A list of domain role IDs it ignores.
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.