次の方法で共有


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 です。

適用対象