IVsHierarchyItem.IsCut Property

Definition

Gets or sets whether this item should be rendered as a cut item in an IVsUIHierarchyWindow.

public:
 property bool IsCut { bool get(); void set(bool value); };
public:
 property bool IsCut { bool get(); void set(bool value); };
public bool IsCut { get; set; }
member this.IsCut : bool with get, set
Public Property IsCut As Boolean

Property Value

true if the item should be rendered as a cut item, otherwise false.

Applies to