Condividi tramite


IStorageItemExtraProperties Interfaccia

Definizione

Salva e recupera le proprietà di un elemento di archiviazione.

public interface class IStorageItemExtraProperties
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3309527474, 21709, 17195, 189, 188, 75, 25, 196, 180, 112, 215)]
struct IStorageItemExtraProperties
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3309527474, 21709, 17195, 189, 188, 75, 25, 196, 180, 112, 215)]
public interface IStorageItemExtraProperties
Public Interface IStorageItemExtraProperties
Derivato
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 (è stato introdotto in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v1.0)

Metodi

RetrievePropertiesAsync(IIterable<String>)

Recupera le proprietà specificate associate all'elemento.

SavePropertiesAsync()

Salva tutte le proprietà associate all'elemento.

SavePropertiesAsync(IIterable<KeyValuePair<String,Object>>)

Salva le proprietà e i valori specificati associati all'elemento.

Si applica a

Vedi anche