FileInformation.VideoProperties 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 an object that provides access to the video properties of the StorageFile, such as the duration, rating, date released, and so on.
public:
property VideoProperties ^ VideoProperties { VideoProperties ^ get(); };
VideoProperties VideoProperties();
public VideoProperties VideoProperties { get; }
var videoProperties = fileInformation.videoProperties;
Public ReadOnly Property VideoProperties As VideoProperties
Property Value
The video properties.