共用方式為


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

適用於