Click or drag to resize
GDBasicPropertiesSavePropertiesAsync Method (IEnumerableIKeyValuePairString, Object)
This method is not implemented yet.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncAction SavePropertiesAsync(
	IEnumerable<IKeyValuePair<string, Object>> propertiesToSave
)

Parameters

propertiesToSave
Type: System.Collections.GenericIEnumerableIKeyValuePairString, Object
Not used.

Return Value

Type: IAsyncAction
Nothing is returned.

Implements

IStorageItemExtraPropertiesSavePropertiesAsync(IEnumerableIKeyValuePairString, Object)
Exceptions
ExceptionCondition
NotImplementedExceptionWill be thrown when method is called.
See Also