Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KnownFolders.VideosLibrary 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 Videos library.
public:
static property StorageFolder ^ VideosLibrary { StorageFolder ^ get(); };
static StorageFolder VideosLibrary();
public static StorageFolder VideosLibrary { get; }
var storageFolder = KnownFolders.videosLibrary;
Public Shared ReadOnly Property VideosLibrary As StorageFolder
Property Value
The Videos library.
Windows requirements
| Requirements | Description |
|---|---|
| App capabilities |
videosLibrary
|
Remarks
To access the Videos library, in the app manifest, specify the Videos Library capability.
The Videos Library typically has the following path.
%USERPROFILE%\Videos
Applies to
See also
Feedback
Was this page helpful?
