次の方法で共有


RibbonControlService.GetToolTipFooterDescription(DependencyObject) メソッド

定義

オブジェクトに対する ToolTipFooterDescription 添付プロパティの値を取得します。

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

パラメーター

element
DependencyObject

プロパティ値の読み取り元となるオブジェクト。

戻り値

String

オブジェクトの ToolTipFooterDescription プロパティ値。

例外

指定された elementnull です。

適用対象