Freigeben über


IVsCodePageSelection.ShowEncodingDialog-Methode

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

Syntax

'Declaration
Function ShowEncodingDialog ( _
    pszFileName As String, _
    pUserData As IVsUserData _
) As Integer
int ShowEncodingDialog(
    string pszFileName,
    IVsUserData pUserData
)
int ShowEncodingDialog(
    [InAttribute] String^ pszFileName, 
    [InAttribute] IVsUserData^ pUserData
)
abstract ShowEncodingDialog : 
        pszFileName:string * 
        pUserData:IVsUserData -> int
function ShowEncodingDialog(
    pszFileName : String, 
    pUserData : IVsUserData
) : int

Parameter

  • pszFileName
    Typ: String

    [in]

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 textmgr2.idl:

HRESULT IVsCodePageSelection::ShowEncodingDialog(
   [in] LPCOLESTR pszFileName,
   [in] IVsUserData *pUserData
);

.NET Framework-Sicherheit

Siehe auch

Referenz

IVsCodePageSelection Schnittstelle

Microsoft.VisualStudio.TextManager.Interop-Namespace