ElementOperations::CanMove Method (ICollection<ModelElement^>^)

 

Gets a value indicating whether the collection of ModelElements can be moved.

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

public:
virtual bool CanMove(
	ICollection<ModelElement^>^ elements
)

Parameters

elements
Type: System.Collections.Generic::ICollection<ModelElement^>^

The collection of ModelElements to move.

Return Value

Type: System::Boolean

true if the collection of ModelElements can be moved.

By default, this has the same implementation as CanCopy.

Return to top
Show: