Método IVsTextMacroHelper.RecordTypeChar
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function RecordTypeChar ( _
wchChar As UShort, _
fIsOvertype As Integer _
) As Integer
int RecordTypeChar(
ushort wchChar,
int fIsOvertype
)
int RecordTypeChar(
unsigned short wchChar,
int fIsOvertype
)
abstract RecordTypeChar :
wchChar:uint16 *
fIsOvertype:int -> int
function RecordTypeChar(
wchChar : ushort,
fIsOvertype : int
) : int
Parâmetros
wchChar
Tipo: UInt16
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::RecordTypeChar(OLECHAR wchChar, BOOL fIsOvertype);
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.