TaskTabItemDescriptor.ImageSource 属性
适用于版本2
获取或设置要在选项卡顶部显示的图像(将有选择地由 WebMatrix 使用)。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Overridable Property ImageSource As ImageSource
Get
Set
用法
Dim instance As TaskTabItemDescriptor
Dim value As ImageSource
value = instance.ImageSource
instance.ImageSource = value
public virtual ImageSource ImageSource { get; set; }
public:
virtual property ImageSource^ ImageSource {
ImageSource^ get ();
void set (ImageSource^ value);
}
abstract ImageSource : ImageSource with get, set
override ImageSource : ImageSource with get, set
function get ImageSource () : ImageSource
function set ImageSource (value : ImageSource)
属性值
类型:System.Windows.Media.ImageSource
要在选项卡顶部显示的图像(将有选择地由 WebMatrix 使用)。