ImmutabilityExtensionMethods.CanDelete Method

Deletes the element from the model.

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function CanDelete ( _
    element As ModelElement, _
    ParamArray domainRolesToNotPropagate As Guid() _
) As Boolean
public static bool CanDelete(
    this ModelElement element,
    params Guid[] domainRolesToNotPropagate
)
[ExtensionAttribute]
public:
static bool CanDelete(
    ModelElement^ element, 
    ... array<Guid>^ domainRolesToNotPropagate
)
static member CanDelete : 
        element:ModelElement * 
        domainRolesToNotPropagate:Guid[] -> bool
public static function CanDelete(
    element : ModelElement, 
    ... domainRolesToNotPropagate : Guid[]
) : boolean

Parameters

  • domainRolesToNotPropagate
    Type: array<Guid[]

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

Return Value

Type: 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).

.NET Framework Security

See Also

Reference

ImmutabilityExtensionMethods Class

Microsoft.VisualStudio.Modeling.Immutability Namespace