Share via


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.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

Syntax

'Declaration
Public ReadOnly Property InfoType As ClassViewNavigationInfoTypes
public ClassViewNavigationInfoTypes InfoType { get; }
public:
property ClassViewNavigationInfoTypes InfoType {
    ClassViewNavigationInfoTypes get ();
}
member InfoType : ClassViewNavigationInfoTypes with get
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).

.NET Framework Security

See Also

Reference

ClassViewNavigationInfoNode Structure

Microsoft.VisualStudio.Modeling.Shell Namespace