IVsTaskList2::GetCaretPos Method (IVsTaskItem^)

 

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)

int GetCaretPos(
	[OutAttribute] IVsTaskItem^% ppItem
)

Parameters

ppItem
Type: Microsoft.VisualStudio.Shell.Interop::IVsTaskItem^

[out] A pointer to a pointer to an object of type IVsEnumTaskItems.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

If no item has the caret, this method will return NULL.

From vsshell80.idl:

HRESULT GetCaretPos(
   [out] IVsTaskItem** ppItem
);
Return to top
Show: