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