RibbonControlService.GetToolTipFooterDescription(DependencyObject) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オブジェクトに対する 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
プロパティ値の読み取り元となるオブジェクト。
戻り値
オブジェクトの ToolTipFooterDescription プロパティ値。
例外
指定された element
は null
です。