Método IVsTextMacroHelper.RecordMoveSelectionAbs
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function RecordMoveSelectionAbs ( _
mst As MOVESELECTION_ABS_TYPE, _
fExtend As Integer _
) As Integer
int RecordMoveSelectionAbs(
MOVESELECTION_ABS_TYPE mst,
int fExtend
)
int RecordMoveSelectionAbs(
MOVESELECTION_ABS_TYPE mst,
int fExtend
)
abstract RecordMoveSelectionAbs :
mst:MOVESELECTION_ABS_TYPE *
fExtend:int -> int
function RecordMoveSelectionAbs(
mst : MOVESELECTION_ABS_TYPE,
fExtend : int
) : int
Parâmetros
fExtend
Tipo: Int32
Valor de retorno
Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Comentários
COM assinatura
De textmgr.idl:
HRESULT IVsTextMacroHelper::RecordMoveSelectionAbs(MOVESELECTION_ABS_TYPE mst, BOOL fExtend);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.