RibbonControlService.GetToolTipFooterImageSource 方法

获取对象的 ToolTipFooterImageSource 附加属性的值。

命名空间:  Microsoft.Windows.Controls.Ribbon
程序集:  RibbonControlsLibrary(在 RibbonControlsLibrary.dll 中)

语法

声明
Public Shared Function GetToolTipFooterImageSource ( _
    element As DependencyObject _
) As ImageSource
public static ImageSource GetToolTipFooterImageSource(
    DependencyObject element
)
public:
static ImageSource^ GetToolTipFooterImageSource(
    DependencyObject^ element
)
static member GetToolTipFooterImageSource : 
        element:DependencyObject -> ImageSource 
public static function GetToolTipFooterImageSource(
    element : DependencyObject
) : ImageSource

参数

返回值

类型:System.Windows.Media.ImageSource
对象的 ToolTipFooterImageSource 属性值。

异常

异常 条件
ArgumentNullException

指定的 element 为 nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

RibbonControlService 类

Microsoft.Windows.Controls.Ribbon 命名空间