IVsTextMacroHelper.RecordChangeCase(CASESELECTION_TYPE) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Records change of case.
public:
int RecordChangeCase(Microsoft::VisualStudio::TextManager::Interop::CASESELECTION_TYPE cst);
public:
int RecordChangeCase(Microsoft::VisualStudio::TextManager::Interop::CASESELECTION_TYPE cst);
int RecordChangeCase(Microsoft::VisualStudio::TextManager::Interop::CASESELECTION_TYPE cst);
public int RecordChangeCase (Microsoft.VisualStudio.TextManager.Interop.CASESELECTION_TYPE cst);
abstract member RecordChangeCase : Microsoft.VisualStudio.TextManager.Interop.CASESELECTION_TYPE -> int
Public Function RecordChangeCase (cst As CASESELECTION_TYPE) As Integer
Parameters
[in] Specifies case. Values are taken from the CASESELECTION_TYPE enum.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsTextMacroHelper::RecordChangeCase(
CASESELECTION_TYPE cst
);