IWorkspace.Image 属性

适用于版本2

获取工作区的 28x25 图像。

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

语法

声明
ReadOnly Property Image As ImageSource 
    Get
用法
Dim instance As IWorkspace 
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
工作区的图像。

请参阅

参考

IWorkspace 接口

Microsoft.WebMatrix.Extensibility 命名空间