IVsHierarchyItemIdentity.IsNestedItem 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取此项是否为嵌套项。
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
属性值
true 如果项是嵌套项,则为; 否则为 false 。
注解
嵌套项具有不同的 Hierarchy / ItemID , NestedHierarchy / NestedItemID 表示逻辑上是同一项的两项标识符。 非嵌套项具有相同的 Hierarchy / ItemID 和 NestedHierarchy / NestedItemID 。