RibbonControlService.GetCanAddToQuickAccessToolBarDirectly 方法

定义

获取对象的 CanAddToQuickAccessToolBarDirectly 附加属性的值。

public:
 static bool GetCanAddToQuickAccessToolBarDirectly(System::Windows::DependencyObject ^ element);
public static bool GetCanAddToQuickAccessToolBarDirectly (System.Windows.DependencyObject element);
static member GetCanAddToQuickAccessToolBarDirectly : System.Windows.DependencyObject -> bool
Public Shared Function GetCanAddToQuickAccessToolBarDirectly (element As DependencyObject) As Boolean

参数

element
DependencyObject

从中读取属性值的对象。

返回

Boolean

对象的 CanAddToQuickAccessToolBarDirectly 属性值。

例外

指定的 elementnull

适用于