Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

StorageLibrary.Folders Property

Definition

Namespace:
Windows.Storage

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 folders in the current library.

public:
 property IObservableVector<StorageFolder ^> ^ Folders { IObservableVector<StorageFolder ^> ^ get(); };
IObservableVector<StorageFolder> Folders();
public IObservableVector<StorageFolder> Folders { get; }
var iObservableVector = storageLibrary.folders;
Public ReadOnly Property Folders As IObservableVector(Of StorageFolder)

Property Value

The folders in the current storage library.

Applies to

See also


Feedback

Was this page helpful?