ImmutabilityExtensionMethods::CanDelete Method (ModelElement^, array<Guid>^)
Visual Studio 2015
Deletes the element from the model.
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
Show: