IVsCodePageSelection Interface

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
'Usage
Dim instance As IVsCodePageSelection
[GuidAttribute("49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[InterfaceTypeAttribute()]
public interface IVsCodePageSelection
[GuidAttribute(L"49539BFE-84DD-4B7E-8A82-B9E1C7639940")]
[InterfaceTypeAttribute()]
public interface class IVsCodePageSelection
public interface IVsCodePageSelection

Remarks

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

See Also

Reference

IVsCodePageSelection Members

Microsoft.VisualStudio.TextManager.Interop Namespace