ServiceDocument.Workspaces Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of app:workspace elements in the service document.
public:
property IVectorView<Workspace ^> ^ Workspaces { IVectorView<Workspace ^> ^ get(); };
IVectorView<Workspace> Workspaces();
public IReadOnlyList<Workspace> Workspaces { get; }
var iVectorView = serviceDocument.workspaces;
Public ReadOnly Property Workspaces As IReadOnlyList(Of Workspace)
Property Value
The collection of workspace elements.