ToolsOptionsBaseControl<TOptions>.Current 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取工具菜单选项子菜单中某个标签页显示的用户控制。
protected:
property TOptions Current { TOptions get(); };
protected TOptions Current { get; }
member this.Current : 'Options
Protected ReadOnly Property Current As TOptions
属性值
TOptions
返回与该实例关联的 ToolsOptionsBaseControl<TOptions> 类。