Freigeben über


IVsTextMacroHelper.RecordRemovePreviousTyping-Methode

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Function RecordRemovePreviousTyping ( _
    pwszPrevChars As String _
) As Integer
int RecordRemovePreviousTyping(
    string pwszPrevChars
)
int RecordRemovePreviousTyping(
    String^ pwszPrevChars
)
abstract RecordRemovePreviousTyping : 
        pwszPrevChars:string -> int
function RecordRemovePreviousTyping(
    pwszPrevChars : String
) : int

Parameter

  • pwszPrevChars
    Typ: String

     

Rückgabewert

Typ: Int32
Wenn die Methode erfolgreich ausgeführt, gibt sie S_OKzurück.Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Von textmgr.idl:

HRESULT IVsTextMacroHelper::RecordRemovePreviousTyping(
   LPCOLESTR pwszPrevChars
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsTextMacroHelper Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace