Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the type of node to which the element is assigned.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property InfoType As ClassViewNavigationInfoTypes
Get
public ClassViewNavigationInfoTypes InfoType { get; }
public:
property ClassViewNavigationInfoTypes InfoType {
ClassViewNavigationInfoTypes get ();
}
member InfoType : ClassViewNavigationInfoTypes
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 |
|---|---|
An unknown type of node (0). |
|
A project node (1). |
|
A namespace node (2). |
|
A class node (4). |
|
A member node, such as a method node or property node (8). |
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.