EditorFactory.CodePagePrompt Property

Gets and sets flags to prompt user for an encoding on an open with specified codepage.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'宣言
Public Overridable Property CodePagePrompt As __PROMPTONLOADFLAGS
'使用
Dim instance As EditorFactory
Dim value As __PROMPTONLOADFLAGS

value = instance.CodePagePrompt

instance.CodePagePrompt = value
public virtual __PROMPTONLOADFLAGS CodePagePrompt { get; set; }
public:
virtual property __PROMPTONLOADFLAGS CodePagePrompt {
    __PROMPTONLOADFLAGS get ();
    void set (__PROMPTONLOADFLAGS value);
}
public function get CodePagePrompt () : __PROMPTONLOADFLAGS
public function set CodePagePrompt (value : __PROMPTONLOADFLAGS)

Property Value

Type: Microsoft.VisualStudio.TextManager.Interop.__PROMPTONLOADFLAGS

A __PROMPTONLOADFLAGS enumeration value.

Permissions

See Also

Reference

EditorFactory Class

EditorFactory Members

Microsoft.VisualStudio.Package Namespace