IVsTextMacroHelper::RecordMoveSelectionAbs Method (MOVESELECTION_ABS_TYPE, Int32)
Visual Studio 2015
Records absolute move of selection.
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Parameters
- mst
-
Type:
Microsoft.VisualStudio.TextManager.Interop::MOVESELECTION_ABS_TYPE
Flag indicating absolute move type, see MOVESELECTION_ABS_TYPE.
- fExtend
-
Type:
System::Int32
Flag indicating whether move extended.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From textmgr.idl:
HRESULT IVsTextMacroHelper::RecordMoveSelectionAbs(MOVESELECTION_ABS_TYPE mst, BOOL fExtend);
Show: