次の方法で共有


RibbonControlService.GetToolTipFooterTitle メソッド

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

名前空間:  Microsoft.Windows.Controls.Ribbon
アセンブリ:  RibbonControlsLibrary (RibbonControlsLibrary.dll 内)

構文

'宣言
Public Shared Function GetToolTipFooterTitle ( _
    element As DependencyObject _
) As String
public static string GetToolTipFooterTitle(
    DependencyObject element
)
public:
static String^ GetToolTipFooterTitle(
    DependencyObject^ element
)
static member GetToolTipFooterTitle : 
        element:DependencyObject -> string 
public static function GetToolTipFooterTitle(
    element : DependencyObject
) : String

パラメーター

戻り値

型: System.String
オブジェクトの ToolTipFooterTitle プロパティ値。

例外

例外 条件
ArgumentNullException

指定された element が nullnull 参照 (Visual Basic では Nothing) です。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。 このメンバーは、部分的に信頼されているコードから使用することはできません。 詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

参照

RibbonControlService クラス

Microsoft.Windows.Controls.Ribbon 名前空間