ClassViewNavigationInfoNode.InfoType Property

Gets the type of node to which the element is assigned.

Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'宣言
Public ReadOnly Property InfoType As ClassViewNavigationInfoTypes
'使用
Dim instance As ClassViewNavigationInfoNode
Dim value As ClassViewNavigationInfoTypes

value = instance.InfoType
public ClassViewNavigationInfoTypes InfoType { get; }
public:
property ClassViewNavigationInfoTypes InfoType {
    ClassViewNavigationInfoTypes get ();
}
public function get InfoType () : ClassViewNavigationInfoTypes

Property Value

Type: Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoTypes

The type of node to which the element is assigned.

Remarks

The following table lists the available node types:

Node Type

Description

Unknown

An unknown type of node (0).

Project

A project node (1).

Namespace

A namespace node (2).

Class

A class node (4).

Member

A member node, such as a method node or property node (8).

Permissions

See Also

Reference

ClassViewNavigationInfoNode Structure

ClassViewNavigationInfoNode Members

Microsoft.VisualStudio.Modeling.Shell Namespace