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.
Returns the item that currently has the caret. This item is always among the selected items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'Declaration
Function GetCaretPos ( _
<OutAttribute> ByRef ppItem As IVsTaskItem _
) As Integer
int GetCaretPos(
out IVsTaskItem ppItem
)
int GetCaretPos(
[OutAttribute] IVsTaskItem^% ppItem
)
abstract GetCaretPos :
ppItem:IVsTaskItem byref -> int
function GetCaretPos(
ppItem : IVsTaskItem
) : int
Parameters
ppItem
Type: Microsoft.VisualStudio.Shell.Interop.IVsTaskItem%[out] A pointer to a pointer to an object of type IVsEnumTaskItems.
Return Value
Type: Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
If no item has the caret, this method will return NULL.
COM Signature
From vsshell80.idl:
HRESULT GetCaretPos(
[out] IVsTaskItem** ppItem
);
.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.