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.
Reserved for future use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function LocateNavInfoNode ( _
pNavInfoNode As IVsNavInfoNode, _
<OutAttribute> ByRef pulIndex As UInteger _
) As Integer
'Usage
Dim instance As IVsObjectList2
Dim pNavInfoNode As IVsNavInfoNode
Dim pulIndex As UInteger
Dim returnValue As Integer
returnValue = instance.LocateNavInfoNode(pNavInfoNode, _
pulIndex)
int LocateNavInfoNode(
IVsNavInfoNode pNavInfoNode,
out uint pulIndex
)
int LocateNavInfoNode(
[InAttribute] IVsNavInfoNode^ pNavInfoNode,
[OutAttribute] unsigned int% pulIndex
)
abstract LocateNavInfoNode :
pNavInfoNode:IVsNavInfoNode *
pulIndex:uint32 byref -> int
function LocateNavInfoNode(
pNavInfoNode : IVsNavInfoNode,
pulIndex : uint
) : int
Parameters
- pNavInfoNode
Type: Microsoft.VisualStudio.Shell.Interop.IVsNavInfoNode
[in] An IVsNavInfoNode object representing the navigation information for a node.
- pulIndex
Type: System.UInt32%
[out] Returns the index of the list item that corresponds to the specified navigation node.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsObjectList2::LocateNavInfoNode(
[in] IVsNavInfoNode * pNavInfoNode,
[out] ULONG * pulIndex
);
.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.