该类及其成员保留供内部使用,不应在代码中使用。
此 API 不兼容 CLS。
继承层次结构
System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      Microsoft.VisualStudio.Shell.DialogPage
        Microsoft.VisualStudio.Data.Schema.Package.Internal.OptionPage
命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Internal
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
语法
声明
<CLSCompliantAttribute(False)> _
Public MustInherit Class OptionPage _
    Inherits DialogPage
[CLSCompliantAttribute(false)]
public abstract class OptionPage : DialogPage
[CLSCompliantAttribute(false)]
public ref class OptionPage abstract : public DialogPage
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type OptionPage =  
    class
        inherit DialogPage
    end
public abstract class OptionPage extends DialogPage
OptionPage 类型公开以下成员。
构造函数
| 名称 | 说明 | |
|---|---|---|
| .gif) | OptionPage | 该类及其成员保留供内部使用,不应在代码中使用。 | 
页首
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AutomationObject | 该类及其成员保留供内部使用,不应在代码中使用。 (重写 DialogPage.AutomationObject。) | 
| .gif) | CanRaiseEvents | 获取一个指示组件是否可以引发事件的值。 (继承自 Component。) | 
| .gif) | Container | 获取 IContainer,它包含 Component。 (继承自 Component。) | 
| .gif) | Control | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | DesignMode | 获取一个值,用以指示 Component 当前是否处于设计模式。 (继承自 Component。) | 
| .gif) | Events | 获取附加到此 Component 的事件处理程序的列表。 (继承自 Component。) | 
| .gif) | Settings | 该类及其成员保留供内部使用,不应在代码中使用。 | 
| .gif) | SettingsRegistryPath | (继承自 DialogPage。) | 
| .gif) | Site | (继承自 DialogPage。) | 
| .gif) | Window | 该类及其成员保留供内部使用,不应在代码中使用。 (重写 DialogPage.Window。) | 
页首
方法
页首
事件
| 名称 | 说明 | |
|---|---|---|
| .gif) | Disposed | 当通过调用 Dispose 方法释放组件时发生。 (继承自 Component。) | 
页首
显式接口实现
| 名称 | 说明 | |
|---|---|---|
| .gif) .gif) | IWin32Window.Handle | (继承自 DialogPage。) | 
页首
线程安全
此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。但不保证所有实例成员都是线程安全的。
.gif)
.gif)