__PROMPTONLOADFLAGS Enumeration

Flags to prompt user for an encoding on an open with specified codepage.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

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

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration __PROMPTONLOADFLAGS
[FlagsAttribute]
public enum __PROMPTONLOADFLAGS
[FlagsAttribute]
public enum class __PROMPTONLOADFLAGS
[<FlagsAttribute>]
type __PROMPTONLOADFLAGS
public enum __PROMPTONLOADFLAGS

Members

Member name Description
codepageNoPrompt Prompt user.
codepagePrompt Do not prompt user.

Remarks

Should only be used by editor factories supporting this kind of operation.

COM Signature

From textmgr.idl:

enum __PROMPTONLOADFLAGS {  
    codepageNoPrompt = 0x000000000,
    codepagePrompt = 0x000000001
    };
typedef DWORD PROMPTONLOADFLAGS;

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace