Metodo IVsTextMacroHelper.RecordChangeCase
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function RecordChangeCase ( _
cst As CASESELECTION_TYPE _
) As Integer
int RecordChangeCase(
CASESELECTION_TYPE cst
)
int RecordChangeCase(
CASESELECTION_TYPE cst
)
abstract RecordChangeCase :
cst:CASESELECTION_TYPE -> int
function RecordChangeCase(
cst : CASESELECTION_TYPE
) : int
Parametri
cst
Tipo: Microsoft.VisualStudio.TextManager.Interop.CASESELECTION_TYPE[in] specifica il caso. I valori vengono ricavati da CASESELECTION_TYPE enumerazione.
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::RecordChangeCase(
CASESELECTION_TYPE cst
);
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.