OrchestratorOptionsPage 类
Visual Studio 的“工具”>“选项”对话框中的页,用户可在其中设置“文本模板化”选项。
此 API 不兼容 CLS。
继承层次结构
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Microsoft.VisualStudio.Shell.DialogPage
Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorOptionsPage
命名空间: Microsoft.VisualStudio.TextTemplating.VSHost
程序集: Microsoft.VisualStudio.TextTemplating.VSHost.10.0(在 Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
<GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")> _
Public Class OrchestratorOptionsPage _
Inherits DialogPage
[CLSCompliantAttribute(false)]
[GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")]
public class OrchestratorOptionsPage : DialogPage
[CLSCompliantAttribute(false)]
[GuidAttribute(L"64998AAF-06EE-4517-9D19-A4787DB08F4B")]
public ref class OrchestratorOptionsPage : public DialogPage
[<CLSCompliantAttribute(false)>]
[<GuidAttribute("64998AAF-06EE-4517-9D19-A4787DB08F4B")>]
type OrchestratorOptionsPage =
class
inherit DialogPage
end
public class OrchestratorOptionsPage extends DialogPage
OrchestratorOptionsPage 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
OrchestratorOptionsPage |
页首
属性
名称 | 说明 | |
---|---|---|
AutomationObject | (重写 DialogPage.AutomationObject。) | |
CanRaiseEvents | 获取一个指示组件是否可以引发事件的值。 (继承自 Component。) | |
Container | 获取 IContainer,它包含 Component。 (继承自 Component。) | |
DesignMode | 获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component。) | |
Events | 获取附加到此 Component 的事件处理程序的列表。 (继承自 Component。) | |
SettingsRegistryPath | (继承自 DialogPage。) | |
Site | (继承自 DialogPage。) | |
Window | (继承自 DialogPage。) |
页首
方法
页首
事件
名称 | 说明 | |
---|---|---|
Disposed | 当通过调用 Dispose 方法释放组件时发生。 (继承自 Component。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
IWin32Window.Handle | (继承自 DialogPage。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。