Freigeben über


IWorkspace.Image-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft ein Bild (28 x 25) für den Arbeitsbereich ab.

Namespace:  Microsoft.WebMatrix.Extensibility
Assembly:  Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)

Syntax

'Declaration
ReadOnly Property Image As ImageSource 
    Get
'Usage
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

Eigenschaftswert

Typ: System.Windows.Media.ImageSource
Ein Bild für den Arbeitsbereich.

Siehe auch

Verweis

IWorkspace Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace