IVsaDTCodeItem.CanMove Property
This member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: Microsoft.Vsa
Assembly: Microsoft.Vsa (in Microsoft.Vsa.dll)
Syntax
'Declaration
Property CanMove As Boolean
bool CanMove { get; set; }
property bool CanMove {
bool get ();
void set (bool value);
}
abstract CanMove : bool with get, set
function get CanMove () : boolean
function set CanMove (value : boolean)
Property Value
Type: System.Boolean