IVsTextSelectionAction::SetDestination Method (array<SELECTIONSTATE>^)
Visual Studio 2015
Sets the destination of the text selection.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- pSelState
-
Type:
array<Microsoft.VisualStudio.TextManager.Interop::SELECTIONSTATE>^
[out] Fills the SELECTIONSTATE struct with the state values of the selected text destination.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextSelectionAction::SetDestination(
[in] SELECTIONSTATE *pSelState
);
Show: