VideoProperties.RetrievePropertiesAsync | retrievePropertiesAsync method
Retrieves the specified properties associated with the item.
Syntax
public:
IAsyncOperation<IMap>^ RetrievePropertiesAsync(
IIterable<String^>^ propertiesToRetrieve
)
Parameters
- propertiesToRetrieve
-
Type: IIterable<String> [JavaScript/C++] | System.Collections.Generic.IEnumerable<String> [.NET]
A collection that contains the names of the properties to retrieve.
Return value
Type: IAsyncOperation<IMap>
When this method completes successfully, it returns a collection (type IMap) that contains the specified properties and values as key-value pairs.
Remarks
In JavaScript, use then or done to specify handler functions that will capture and process the collection when it is returned.
Windows Phone 8
This API is not implemented and will throw an exception if called.
Requirements
|
Minimum supported client | Windows 8 |
|---|---|
|
Minimum supported server | Windows Server 2012 |
|
Minimum supported phone | Windows Phone 8 |
|
Namespace |
|
|
Metadata |
|
See also
Build date: 2/25/2013