IWebMatrixHost.Workspaces Property
Applies to v2.
Gets a collection of available workspaces.
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>
Property Value
Type: System.Collections.Generic.ICollection<IWorkspace>
A collection of available workspaces.