RibbonControlService.SetToolTipFooterTitle(DependencyObject, String) 方法

定义

设置对象的 ToolTipFooterTitle 附加属性的值。

public:
 static void SetToolTipFooterTitle(System::Windows::DependencyObject ^ element, System::String ^ value);
public static void SetToolTipFooterTitle (System.Windows.DependencyObject element, string value);
static member SetToolTipFooterTitle : System.Windows.DependencyObject * string -> unit
Public Shared Sub SetToolTipFooterTitle (element As DependencyObject, value As String)

参数

element
DependencyObject

将附加属性写入到的对象。

value
String

要设置的值。

例外

指定的 elementnull

适用于