获取对象的 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
参数
- element
类型:System.Windows.DependencyObject
从中读取属性值的对象。
返回值
类型:System.String
对象的 ToolTipFooterTitle 属性值。
异常
异常 | 条件 |
---|---|
ArgumentNullException | 指定的 element 为 nullnull 引用(在 Visual Basic 中为 Nothing)。 |
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。