次の方法で共有


RibbonControlService.GetToolTipDescription(DependencyObject) メソッド

定義

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

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

パラメーター

element
DependencyObject

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

戻り値

String

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

例外

指定された elementnull です。

適用対象