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 使用)。