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.14.0 (in Microsoft.VisualStudio.Package.LanguageService.14.0.dll)

public:
property __PROMPTONLOADFLAGS CodePagePrompt {
	virtual __PROMPTONLOADFLAGS get();
	virtual void set(__PROMPTONLOADFLAGS value);
}
Return to top
Show: