다음을 통해 공유


__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

<FlagsAttribute> _
Public Enumeration __PROMPTONLOADFLAGS

Dim instance As __PROMPTONLOADFLAGS
[FlagsAttribute]
public enum __PROMPTONLOADFLAGS
[FlagsAttribute]
public enum class __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 textfind.idl:

See Also

Reference

Microsoft.VisualStudio.TextManager.Interop Namespace