BaseUIHierarchy.HierarchyDataObject.WasCut Property
Gets or sets a flag describing whether this data was cut.
Namespace: Microsoft.TeamFoundation.Common
Assembly: Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Property WasCut As Boolean
Get
Set
public bool WasCut { get; set; }
public:
property bool WasCut {
bool get ();
void set (bool value);
}
member WasCut : bool with get, set
function get WasCut () : boolean
function set WasCut (value : boolean)
Property Value
Type: System.Boolean
True if the data was cut; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.