IStorageItemInformation Interface
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.
Provides synchronous access to the properties of a file or folder in the file system.
public interface class IStorageItemInformation
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(2275789707, 35186, 20288, 141, 224, 216, 111, 177, 121, 216, 250)]
struct IStorageItemInformation
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(2275789707, 35186, 20288, 141, 224, 216, 111, 177, 121, 216, 250)]
public interface IStorageItemInformation
Public Interface IStorageItemInformation
- Derived
- Attributes
Windows requirements
Device family |
Windows 10 (introduced in 10.0.10240.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduced in v1.0)
|
Properties
BasicProperties |
Gets an object that contains the basic properties information of the item. |
DocumentProperties |
Gets an object that provides access to the document properties of the item, such as the title, author name, and so on. |
ImageProperties |
Gets an object that provides access to the image properties of the item, such as the title, rating, date that the image was taken, and so on. |
MusicProperties |
Gets an object that provides access to the music properties of the item, such as the album name, artist name, bit rate, and so on. |
Thumbnail |
Gets the thumbnail associated with the item. |
VideoProperties |
Gets an object that provides access to the video properties of the item, such as the duration, rating, date released, and so on. |
Events
PropertiesUpdated |
Occurs when one or more of the item's properties is updated. |
ThumbnailUpdated |
Fires when the item's thumbnail is updated or a better quality thumbnail is available. |