Partilhar via


Método IVsTextMacroHelper.RecordTypeChars

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
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

Parâmetros

  • pwszChars
    Tipo: String

     

  • fIsOvertype
    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::RecordTypeChars(
   LPCOLESTR pwszChars,
   BOOL fIsOvertype
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextMacroHelper Interface

Namespace Microsoft.VisualStudio.TextManager.Interop