EditorFactory.CodePagePrompt Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets and sets flags to prompt user for an encoding on an open with specified codepage.
public:
virtual property Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS CodePagePrompt { Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS get(); void set(Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS value); };
public:
virtual property Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS CodePagePrompt { Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS get(); void set(Microsoft::VisualStudio::TextManager::Interop::__PROMPTONLOADFLAGS value); };
public virtual Microsoft.VisualStudio.TextManager.Interop.__PROMPTONLOADFLAGS CodePagePrompt { get; set; }
member this.CodePagePrompt : Microsoft.VisualStudio.TextManager.Interop.__PROMPTONLOADFLAGS with get, set
Public Overridable Property CodePagePrompt As __PROMPTONLOADFLAGS
Property Value
A __PROMPTONLOADFLAGS enumeration value.