FileInformation.Properties 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 for retrieving the properties of the StorageFile.
public:
property StorageItemContentProperties ^ Properties { StorageItemContentProperties ^ get(); };
StorageItemContentProperties Properties();
public StorageItemContentProperties Properties { get; }
var storageItemContentProperties = fileInformation.properties;
Public ReadOnly Property Properties As StorageItemContentProperties
Property Value
An object for retrieving StorageFile properties.