Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the type of node to which the element is assigned.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.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 |
|---|---|
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.