Click or drag to resize
GDBasicPropertiesRetrievePropertiesAsync Method
This method is not implemented yet.

Namespace:  GD
Assembly:  GD (in GD.dll) Version: 255.255.255.255
Syntax
public IAsyncOperation<IDictionary<string, Object>> RetrievePropertiesAsync(
	IEnumerable<string> propertiesToRetrieve
)

Parameters

propertiesToRetrieve
Type: System.Collections.GenericIEnumerableString
Not used.

Return Value

Type: IAsyncOperationIDictionaryString, Object
Nothing is returned.

Implements

IStorageItemExtraPropertiesRetrievePropertiesAsync(IEnumerableString)
Exceptions
ExceptionCondition
NotImplementedExceptionWill be thrown when method is called.
See Also