IVsTextMacroHelper.RecordMoveSelectionAbs Yöntem

Tanım

Seçimin mutlak taşımasını kaydeder.

public:
 int RecordMoveSelectionAbs(Microsoft::VisualStudio::TextManager::Interop::MOVESELECTION_ABS_TYPE mst, int fExtend);
public:
 int RecordMoveSelectionAbs(Microsoft::VisualStudio::TextManager::Interop::MOVESELECTION_ABS_TYPE mst, int fExtend);
int RecordMoveSelectionAbs(Microsoft::VisualStudio::TextManager::Interop::MOVESELECTION_ABS_TYPE mst, int fExtend);
public int RecordMoveSelectionAbs (Microsoft.VisualStudio.TextManager.Interop.MOVESELECTION_ABS_TYPE mst, int fExtend);
abstract member RecordMoveSelectionAbs : Microsoft.VisualStudio.TextManager.Interop.MOVESELECTION_ABS_TYPE * int -> int
Public Function RecordMoveSelectionAbs (mst As MOVESELECTION_ABS_TYPE, fExtend As Integer) As Integer

Parametreler

mst
MOVESELECTION_ABS_TYPE

Mutlak taşıma türünü belirten bayrak, bkz MOVESELECTION_ABS_TYPE ..

fExtend
Int32

Geçiş uzatılmayı belirten bayrak.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

HRESULT IVsTextMacroHelper::RecordMoveSelectionAbs(MOVESELECTION_ABS_TYPE mst, BOOL fExtend);  

Şunlara uygulanır