IBrowser.Image 属性

适用于版本2

获取要显示在菜单上并叠加到运行按钮上的图像。

命名空间:  Microsoft.WebMatrix.Extensibility
程序集:  Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)

语法

声明
ReadOnly Property Image As ImageSource 
    Get
用法
Dim instance As IBrowser 
Dim value As ImageSource 

value = instance.Image
ImageSource Image { get; }
property ImageSource^ Image {
    ImageSource^ get ();
}
abstract Image : ImageSource
function get Image () : ImageSource

属性值

类型:System.Windows.Media.ImageSource
要显示在菜单上并叠加到运行按钮上的图像。

请参阅

参考

IBrowser 接口

Microsoft.WebMatrix.Extensibility 命名空间