OrchestratorOptionsPage 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 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() |
属性
| AutomationObject | |
| CancellationToken | (继承自 DialogPage) |
| DpiMode | (继承自 DialogPage) |
| SettingsRegistryPath |
获取或设置用于存储对话框页的设置数据的 Visual Studio 版本特定根下的子项。 (继承自 DialogPage) |
| SharedSettingsStorePath |
获取在共享设置存储区中存储设置的位置。 它基于 AutomationObject 上的 SharedSettingsAttribute,如果未指定该属性,则为完整的类型名称。 (继承自 DialogPage) |
| Site |
获取或设置对话框页面的站点。 重写从继承的实现 Component 。 (继承自 DialogPage) |
| Window |
获取用作对话框页的用户界面的窗口。 (继承自 DialogPage) |
方法
显式接口实现
| IWin32Window.Handle | (继承自 DialogPage) |