OrchestratorOptionsPage 类

定义

重要

此 API 不符合 CLS。

OrchestratorOptionsPage 的摘要说明。

public ref class OrchestratorOptionsPage : Microsoft::VisualStudio::Shell::DialogPage
[Windows::Foundation::Metadata::WebHostHidden]
class OrchestratorOptionsPage : Microsoft::VisualStudio::Shell::DialogPage
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("64998AAF-06EE-4517-9D19-A4787DB08F4B")]
public class OrchestratorOptionsPage : Microsoft.VisualStudio.Shell.DialogPage
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("64998AAF-06EE-4517-9D19-A4787DB08F4B")>]
type OrchestratorOptionsPage = class
    inherit DialogPage
Public Class OrchestratorOptionsPage
Inherits DialogPage
继承
OrchestratorOptionsPage
属性

构造函数

OrchestratorOptionsPage()

属性

AutomationObject
CancellationToken (继承自 DialogPage)
DpiMode (继承自 DialogPage)
SettingsRegistryPath

获取或设置用于存储对话框页的设置数据的 Visual Studio 版本特定根下的子项。

(继承自 DialogPage)
SharedSettingsStorePath

获取在共享设置存储区中存储设置的位置。 它基于 AutomationObject 上的 SharedSettingsAttribute,如果未指定该属性,则为完整的类型名称。

(继承自 DialogPage)
Site

获取或设置对话框页面的站点。 重写从继承的实现 Component

(继承自 DialogPage)
Window

获取用作对话框页的用户界面的窗口。

(继承自 DialogPage)

方法

Dispose(Boolean)

释放由对话页类使用的非托管资源,并选择性地释放托管资源;父类 Component 支持非托管资源。

(继承自 DialogPage)
DoCancelableOperationWithProgressUI(Action, String)

如果在 "选项" 对话框处于打开状态时在 UI 线程上调用,则使用可取消的进度 UI 执行操作。

(继承自 DialogPage)
DoCancelableOperationWithProgressUI(Func<CancellationToken,Task>, String) (继承自 DialogPage)
FinishPendingWorkAsync() (继承自 DialogPage)
GetDefaultPropertyValue(PropertyDescriptor) (继承自 DialogPage)
GetDpiAwareObject() (继承自 DialogPage)
GetSharedSettingsStorePath(PropertyDescriptor)

返回给定属性的共享设置存储路径。

(继承自 DialogPage)
IsPropertyValueMachineLocal(PropertyDescriptor, Object, String)

返回 AutomationObject 的属性中的给定值是否为此计算机的本地) 与其他计算机的 roamable (

(继承自 DialogPage)
LoadSettingFromStorage(PropertyDescriptor) (继承自 DialogPage)
LoadSettingsFromStorage()

由 Visual Studio 调用,以从本地存储(通常为注册表)加载对话框页的设置。

(继承自 DialogPage)
LoadSettingsFromXml(IVsSettingsReader)

由 Visual Studio 调用,以从磁盘上的 Visual Studio 设置存储中加载对话框页的设置。

(继承自 DialogPage)
MapSerializablePropertyDescriptor(PropertyDescriptor, Object, PropertyDescriptor)

允许观察不同属性的更改,而不是中描述的属性 descriptor AutomationObject

(继承自 DialogPage)
OnActivate(CancelEventArgs)

Activate从 Visual Studio 环境处理 Windows 消息。

(继承自 DialogPage)
OnApply(DialogPage+PageApplyEventArgs)

处理 Apply 来自 Visual Studio 环境的消息。

(继承自 DialogPage)
OnClosed(EventArgs)

处理 Close 来自 Visual Studio 环境的消息。

(继承自 DialogPage)
OnDeactivate(CancelEventArgs)

处理 Deactive 来自 Visual Studio 环境的消息。

(继承自 DialogPage)
ResetSettings()

应重写以将设置重置为其默认值。

(继承自 DialogPage)
SaveSetting(PropertyDescriptor) (继承自 DialogPage)
SaveSettingsToStorage()

由 Visual Studio 调用以将对话框页面的设置存储在本地存储中,通常为注册表。

(继承自 DialogPage)
SaveSettingsToXml(IVsSettingsWriter)

由 Visual Studio 调用,用于将对话框页面的设置存储到磁盘上的 Visual Studio 设置存储。

(继承自 DialogPage)

显式接口实现

IWin32Window.Handle (继承自 DialogPage)

适用于