Freigeben über


IWebMatrixHost.Workspaces-Eigenschaft

Die folgenden Ausführungen gelten für v2.

Ruft eine Auflistung der verfügbaren Arbeitsbereiche ab.

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

Syntax

'Declaration
ReadOnly Property Workspaces As ICollection(Of IWorkspace)
    Get
'Usage
Dim instance As IWebMatrixHost 
Dim value As ICollection(Of IWorkspace)

value = instance.Workspaces
ICollection<IWorkspace> Workspaces { get; }
property ICollection<IWorkspace^>^ Workspaces {
    ICollection<IWorkspace^>^ get ();
}
abstract Workspaces : ICollection<IWorkspace>
function get Workspaces () : ICollection<IWorkspace>

Eigenschaftswert

Typ: System.Collections.Generic.ICollection<IWorkspace>
Eine Auflistung der verfügbaren Arbeitsbereiche.

Siehe auch

Verweis

IWebMatrixHost Schnittstelle

Microsoft.WebMatrix.Extensibility-Namespace