IVsCodePageSelection Interface

Provides a method to show the page encoding selection dialog.

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

Syntax

'Declaration
<GuidAttribute("49539BFE-84DD-4B7E-8A82-B9E1C7639940")> _
<InterfaceTypeAttribute()> _
Public Interface IVsCodePageSelection
[GuidAttribute("49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[InterfaceTypeAttribute()]
public interface IVsCodePageSelection
[GuidAttribute(L"49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[InterfaceTypeAttribute()]
public interface class IVsCodePageSelection
[<GuidAttribute("49539BFE-84DD-4B7E-8A82-B9E1C7639940")>]
[<InterfaceTypeAttribute()>]
type IVsCodePageSelection =  interface end
public interface IVsCodePageSelection

The IVsCodePageSelection type exposes the following members.

Methods

  Name Description
Public method ShowEncodingDialog Show the dialog for selecting an encoding for opening a file.

Top

Remarks

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

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace