RibbonControlService.GetToolTipFooterTitle(DependencyObject) 方法

定义

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

public:
 static System::String ^ GetToolTipFooterTitle(System::Windows::DependencyObject ^ element);
public static string GetToolTipFooterTitle (System.Windows.DependencyObject element);
static member GetToolTipFooterTitle : System.Windows.DependencyObject -> string
Public Shared Function GetToolTipFooterTitle (element As DependencyObject) As String

参数

element
DependencyObject

从中读取属性值的对象。

返回

对象的 ToolTipFooterTitle 属性值。

例外

指定的 elementnull

适用于