ImageProperties.SavePropertiesAsync Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
SavePropertiesAsync() |
Salva tutte le proprietà associate all'elemento. |
SavePropertiesAsync(IIterable<KeyValuePair<String,Object>>) |
Salva le proprietà e i valori specificati associati all'elemento. |
SavePropertiesAsync()
Salva tutte le proprietà associate all'elemento.
public:
virtual IAsyncAction ^ SavePropertiesAsync() = SavePropertiesAsync;
/// [Windows.Foundation.Metadata.Overload("SavePropertiesAsyncOverloadDefault")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncAction SavePropertiesAsync();
[Windows.Foundation.Metadata.Overload("SavePropertiesAsyncOverloadDefault")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncAction SavePropertiesAsync();
function savePropertiesAsync()
Public Function SavePropertiesAsync () As IAsyncAction
Restituisce
Nessun oggetto o valore viene restituito al completamento di questo metodo.
Implementazioni
- Attributi
Commenti
Se uno dei valori della proprietà non è valido, nessuno dei valori verrà salvato.
Vedi anche
Si applica a
SavePropertiesAsync(IIterable<KeyValuePair<String,Object>>)
Salva le proprietà e i valori specificati associati all'elemento.
public:
virtual IAsyncAction ^ SavePropertiesAsync(IIterable<IKeyValuePair<Platform::String ^, Platform::Object ^> ^> ^ propertiesToSave) = SavePropertiesAsync;
/// [Windows.Foundation.Metadata.Overload("SavePropertiesAsync")]
IAsyncAction SavePropertiesAsync(IIterable<IKeyValuePair<winrt::hstring, IInspectable const&>> const& propertiesToSave);
[Windows.Foundation.Metadata.Overload("SavePropertiesAsync")]
public IAsyncAction SavePropertiesAsync(IEnumerable<KeyValuePair<string,object>> propertiesToSave);
function savePropertiesAsync(propertiesToSave)
Public Function SavePropertiesAsync (propertiesToSave As IEnumerable(Of KeyValuePair(Of String, Object))) As IAsyncAction
Parametri
- propertiesToSave
-
IIterable<IKeyValuePair<Platform::String,Platform::Object>>
IIterable<IKeyValuePair<winrt::hstring,IInspectable>>
Raccolta che contiene i nomi e i valori delle proprietà da salvare come coppie chiave-valore (tipo IKeyValuePair).
Restituisce
Nessun oggetto o valore viene restituito al completamento di questo metodo.
Implementazioni
- Attributi