This topic has not yet been rated - Rate this topic

ImmutabilityExtensionMethods.CanDelete Method

Deletes the element from the model.

Namespace:  Microsoft.VisualStudio.Modeling.Immutability
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
public static bool CanDelete(
	this ModelElement element,
	params Guid[] domainRolesToNotPropagate
)

Parameters

element
Type: Microsoft.VisualStudio.Modeling.ModelElement
domainRolesToNotPropagate
Type: System.Guid[]
A list of domain role ID-s through which delete should not be propagated.

Return Value

Type: System.Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type ModelElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ