Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 (in Microsoft.VisualStudio.Package.LanguageService.dll)
Syntax
'Declaration
Public Overridable Property CodePagePrompt As __PROMPTONLOADFLAGS
'Usage
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.