IVsHierarchyItemIdentity.IsNestedItem 属性

定义

获取此项是否为嵌套项。

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

属性值

Boolean

true 如果项是嵌套项,则为; 否则为 false

注解

嵌套项具有不同的 Hierarchy / ItemIDNestedHierarchy / NestedItemID 表示逻辑上是同一项的两项标识符。 非嵌套项具有相同的 Hierarchy / ItemIDNestedHierarchy / NestedItemID

适用于