AdvancedPage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注册语言服务属性页。
public ref class AdvancedPage : RadLangSvc::SqlDialogPage
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")]
public class AdvancedPage : RadLangSvc.SqlDialogPage
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("7d092b67-f9b8-4de4-a60e-298bada6f735")>]
type AdvancedPage = class
inherit SqlDialogPage
Public Class AdvancedPage
Inherits SqlDialogPage
- 继承
- 属性
构造函数
| AdvancedPage() |
初始化 AdvancedPage 类的新实例。 |
属性
| AutomationObject |
获取类的给定对象的 DTE 自动化模型对象 SqlDialogPage 。 (继承自 SqlDialogPage) |
| PropertySheet |
如果 SqlPropertySheet 对象存在,则获取该对象;否则,创建一个 SqlPropertySheet 对象。 (继承自 SqlDialogPage) |
| Window |
获取对话框页的用户界面窗口。 (继承自 SqlDialogPage) |
方法
| CreatePropertySheet() |
创建一个 SqlPropertySheet 对象并返回该对象。 |
| LoadSettingsFromStorage() |
由 shell 调用的重写,以便从本地存储区(通常是注册表)加载对话框页设置。 (继承自 SqlDialogPage) |
| LoadSettingsFromXml(IVsSettingsReader) |
由 Visual Studio Shell 调用,以便从磁盘上的 Visual Studio shell 设置存储区加载对话框页设置。 (继承自 SqlDialogPage) |
| OnActivate(CancelEventArgs) |
从 Visual Studio shell 环境处理 Windows 激活消息。 (继承自 SqlDialogPage) |
| OnApply(DialogPage+PageApplyEventArgs) |
从 Visual Studio 环境处理“应用”消息。 (继承自 SqlDialogPage) |
| OnDeactivate(CancelEventArgs) |
从 Visual Studio shell 环境处理“停用”消息。 (继承自 SqlDialogPage) |
| ResetSettings() |
将设置重置为其默认值。 (继承自 SqlDialogPage) |