ClassViewNavigationInfoNode.InfoType 属性

获取元素分配到的节点的类型。

命名空间:  Microsoft.VisualStudio.Modeling.Shell
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0(在 Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll 中)

语法

声明
Public ReadOnly Property InfoType As ClassViewNavigationInfoTypes
public ClassViewNavigationInfoTypes InfoType { get; }

属性值

类型:Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoTypes
元素分配到的节点的类型。

备注

下表列出了可用节点类型:

节点类型

说明

Unknown

未知节点类型(0)。

Project

项目节点(1)。

Namespace

Namespace 节点(2)。

Class

类节点(4)。

Member

成员节点,如方法节点或属性节点 (8)。

.NET Framework 安全性

请参阅

参考

ClassViewNavigationInfoNode 结构

Microsoft.VisualStudio.Modeling.Shell 命名空间