EditorFactory.CodePagePrompt Property

Definition

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.

Applies to