IVsTextMacroHelper.RecordChangeCase(CASESELECTION_TYPE) Yöntem

Tanım

Durum değişikliğini kaydeder.

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

Parametreler

cst
CASESELECTION_TYPE

'ndaki Durum belirtir. Değerler CASESELECTION_TYPE numaralandırmasından alınır.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Textmgr. IDL dosyasından:

HRESULT IVsTextMacroHelper::RecordChangeCase(  
   CASESELECTION_TYPE cst  
);  

Şunlara uygulanır