EditorFactory.CodePagePrompt 属性

定义

获取和设置标志,以提示用户使用指定代码页打开的打开的编码。

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

属性值

__PROMPTONLOADFLAGS

一个 __PROMPTONLOADFLAGS 枚举值。

适用于