ImmutabilityExtensionMethods::CanDelete Method (ModelElement^, array<Guid>^)

 

Deletes the element from the model.

Namespace:   Microsoft.VisualStudio.Modeling.Immutability
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

public:
[ExtensionAttribute]
static bool CanDelete(
	ModelElement^ element,
	... array<Guid>^ domainRolesToNotPropagate
)

Parameters

domainRolesToNotPropagate
Type: array<System::Guid>^

A list of domain role ID-s through which delete should not be propagated.

Return Value

Type: System::Boolean

Return to top
Show: