IVsHierarchyItemIdentity.IsRoot 属性

定义

获取项是否为其的根 IVsHierarchy

public:
 property bool IsRoot { bool get(); };
public:
 property bool IsRoot { bool get(); };
public bool IsRoot { get; }
member this.IsRoot : bool
Public ReadOnly Property IsRoot As Boolean

属性值

Boolean

true 如果该项是层次结构的根,则为; 否则为 false

注解

特定的根 IVsHierarchy 不一定表示整个树的根。

适用于