Workspace.Collections 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 read-only collection of app:collection elements within the app:workspace element.
public:
property IVectorView<ResourceCollection ^> ^ Collections { IVectorView<ResourceCollection ^> ^ get(); };
IVectorView<ResourceCollection> Collections();
public IReadOnlyList<ResourceCollection> Collections { get; }
var iVectorView = workspace.collections;
Public ReadOnly Property Collections As IReadOnlyList(Of ResourceCollection)
Property Value
The collection of collection elements.