次の方法で共有


IWorkspace.Image プロパティ

v2 に適用されます。

ワークスペースの 28 x 25 の画像を取得します。

名前空間:  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 名前空間