IVsTextMacroHelper.RecordIndentUnindent(Int32) Yöntem

Tanım

Girinti veya Girintiyi kaldırma eylemini kaydeder.

public:
 int RecordIndentUnindent(int fIndent);
public:
 int RecordIndentUnindent(int fIndent);
int RecordIndentUnindent(int fIndent);
public int RecordIndentUnindent (int fIndent);
abstract member RecordIndentUnindent : int -> int
Public Function RecordIndentUnindent (fIndent As Integer) As Integer

Parametreler

fIndent
Int32

Girintiyi belirten bayrak (true) veya Girintiyi geri al (false).

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::RecordIndentUnindent(BOOL fIndent);  

Şunlara uygulanır