RibbonGalleryAutomationPeer.ISelectionProvider.CanSelectMultiple 属性

获取一个值,该值指定 UI 自动化提供程序是否求至少选择一个子元素。

命名空间:  Microsoft.Windows.Automation.Peers
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Private ReadOnly Property CanSelectMultiple As Boolean
    Implements ISelectionProvider.CanSelectMultiple
    Get
bool ISelectionProvider.CanSelectMultiple { get; }
private:
virtual property bool CanSelectMultiple {
    bool get () sealed = ISelectionProvider::CanSelectMultiple::get;
}
private abstract CanSelectMultiple : bool
private override CanSelectMultiple : bool
JScript 不支持显式接口实现。

属性值

类型:System.Boolean
在所有情况下均为 false。

实现

ISelectionProvider.CanSelectMultiple

备注

此成员是显式的接口成员实现。 它只能在 RibbonGalleryAutomationPeer 实例强制转换为 ISelectionProvider 接口时使用。

.NET Framework 安全性

请参见

参考

RibbonGalleryAutomationPeer 类

Microsoft.Windows.Automation.Peers 命名空间