IVsTextMacroHelper.RecordGotoLine(Int32, Int32) Yöntem

Tanım

Konumu belirtilen satıra taşıyarak kaydeder.

public:
 int RecordGotoLine(int iLine, int fExtend);
public:
 int RecordGotoLine(int iLine, int fExtend);
int RecordGotoLine(int iLine, int fExtend);
public int RecordGotoLine (int iLine, int fExtend);
abstract member RecordGotoLine : int * int -> int
Public Function RecordGotoLine (iLine As Integer, fExtend As Integer) As Integer

Parametreler

iLine
Int32

Satır öğesine taşınır.

fExtend
Int32

Çizginin genişletilip genişletilmeyeceğini belirten bayrak (true).

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::RecordGotoLine(long iLine, BOOL fExtend);  

Şunlara uygulanır