IVsTextMacroHelper.RecordChangeCase(CASESELECTION_TYPE) Method

Definition

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

cst
CASESELECTION_TYPE

[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  
);  

Applies to