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
要在功能表上顯示並在執行按鈕上重疊的影像。