Visual Studio 的“工具”>“选项”对话框中的页,用户可在其中设置“文本模板化”选项。
此 API 不兼容 CLS。
继承层次结构
Object
MarshalByRefObject
Component
DialogPage
Microsoft.VisualStudio.TextTemplating.VSHost.OrchestratorOptionsPage
命名空间: Microsoft.VisualStudio.TextTemplating.VSHost
程序集: Microsoft.VisualStudio.TextTemplating.VSHost.12.0(在 Microsoft.VisualStudio.TextTemplating.VSHost.12.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。) |
页首
方法
名称 | 说明 | |
---|---|---|
![]() |
CreateObjRef | 安全关键。 创建一个对象,该对象包含生成用于与远程对象进行通信的代理所需的全部相关信息。 (继承自 MarshalByRefObject。) |
![]() |
Dispose | 释放由 Component 使用的所有资源。 (继承自 Component。) |
![]() |
Dispose(Boolean) | (继承自 DialogPage。) |
![]() |
Equals | 确定指定的对象是否等于当前对象。 (继承自 Object。) |
![]() |
Finalize | 在通过垃圾回收将 Component 回收之前,释放非托管资源并执行其他清理操作。 (继承自 Component。) |
![]() |
GetHashCode | 作为默认哈希函数。 (继承自 Object。) |
![]() |
GetLifetimeService | 安全关键。 检索控制此实例的生存期策略的当前生存期服务对象。 (继承自 MarshalByRefObject。) |
![]() |
GetService | 返回一个对象,该对象表示由 Component 或它的 Container 提供的服务。 (继承自 Component。) |
![]() |
GetType | 获取当前实例的 Type。 (继承自 Object。) |
![]() |
InitializeLifetimeService | 安全关键。 获取控制此实例的生存期策略的生存期服务对象。 (继承自 MarshalByRefObject。) |
![]() |
LoadSettingsFromStorage | (继承自 DialogPage。) |
![]() |
LoadSettingsFromXml | (继承自 DialogPage。) |
![]() |
MemberwiseClone | 创建当前 Object 的浅表副本。 (继承自 Object。) |
![]() |
MemberwiseClone(Boolean) | 创建当前 MarshalByRefObject 对象的浅表副本。 (继承自 MarshalByRefObject。) |
![]() |
OnActivate | (继承自 DialogPage。) |
![]() |
OnApply | (继承自 DialogPage。) |
![]() |
OnClosed | (继承自 DialogPage。) |
![]() |
OnDeactivate | (继承自 DialogPage。) |
![]() |
ResetSettings | (继承自 DialogPage。) |
![]() |
SaveSettingsToStorage | (继承自 DialogPage。) |
![]() |
SaveSettingsToXml | (继承自 DialogPage。) |
![]() |
ToString | 返回包含 Component 的名称的 String(如果有)。不应重写此方法。 (继承自 Component。) |
页首
事件
名称 | 说明 | |
---|---|---|
![]() |
Disposed | 当通过调用 Dispose 方法释放组件时发生。 (继承自 Component。) |
页首
显式接口实现
名称 | 说明 | |
---|---|---|
![]() ![]() |
System#Windows#Forms#IWin32Window#Handle | (继承自 DialogPage。) |
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。