Поделиться через


IVsTextMacroHelper.RecordTypeChars - метод

Пространство имен:  Microsoft.VisualStudio.TextManager.Interop
Сборка:  Microsoft.VisualStudio.TextManager.Interop (в Microsoft.VisualStudio.TextManager.Interop.dll)

Синтаксис

'Декларация
Function RecordTypeChars ( _
    pwszChars As String, _
    fIsOvertype As Integer _
) As Integer
int RecordTypeChars(
    string pwszChars,
    int fIsOvertype
)
int RecordTypeChars(
    String^ pwszChars, 
    int fIsOvertype
)
abstract RecordTypeChars : 
        pwszChars:string * 
        fIsOvertype:int -> int
function RecordTypeChars(
    pwszChars : String, 
    fIsOvertype : int
) : int

Параметры

  • pwszChars
    Тип: String

     

  • fIsOvertype
    Тип: Int32

     

Возвращаемое значение

Тип: Int32
Если метод завершается успешно, возвращается S_OK.Если происходит сбой, возвращается код ошибки.

Заметки

Модель COM подписи

Из textmgr.idl:

HRESULT IVsTextMacroHelper::RecordTypeChars(
   LPCOLESTR pwszChars,
   BOOL fIsOvertype
);

Безопасность платформы .NET Framework

См. также

Ссылки

IVsTextMacroHelper Интерфейс

Microsoft.VisualStudio.TextManager.Interop - пространство имен