Freigeben über


IWebMatrixHost.Workspace-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft den aktuellen Arbeitsbereich ab oder legt diesen fest.

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

Syntax

'Declaration
Property Workspace As IWorkspace 
    Get 
    Set
'Usage
Dim instance As IWebMatrixHost 
Dim value As IWorkspace 

value = instance.Workspace

instance.Workspace = value
IWorkspace Workspace { get; set; }
property IWorkspace^ Workspace {
    IWorkspace^ get ();
    void set (IWorkspace^ value);
}
abstract Workspace : IWorkspace with get, set
function get Workspace () : IWorkspace 
function set Workspace (value : IWorkspace)

Eigenschaftswert

Typ: Microsoft.WebMatrix.Extensibility.IWorkspace
Der aktuelle Arbeitsbereich.

Siehe auch

Verweis

IWebMatrixHost Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace