IVsCodePageSelection Interface

Definition

Provides a method to show the page encoding selection dialog.

public interface class IVsCodePageSelection
public interface class IVsCodePageSelection
__interface IVsCodePageSelection
[System.Runtime.InteropServices.Guid("49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCodePageSelection
[System.Runtime.InteropServices.Guid("49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCodePageSelection
[<System.Runtime.InteropServices.Guid("49539BFE-84DD-4B7E-8A82-B9E1C7639940")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCodePageSelection = interface
[<System.Runtime.InteropServices.Guid("49539BFE-84DD-4B7E-8A82-B9E1C7639940")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCodePageSelection = interface
Public Interface IVsCodePageSelection
Attributes

Remarks

This interface is to be used only by the buffer to select an encoding for opening a file.

Methods

ShowEncodingDialog(String, IVsUserData)

Show the dialog for selecting an encoding for opening a file.

Applies to