Metodo IVsTextMacroHelper.RecordTypeChars
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
pwszChars
Tipo: String
fIsOvertype
Tipo: Int32
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsTextMacroHelper::RecordTypeChars(
LPCOLESTR pwszChars,
BOOL fIsOvertype
);
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.