KStudioMetadata.SetValueAsync Method

Set a value in the metadata collection, asynchronously.

Syntax

public:
IAsyncAction^ SetValueAsync(
         String^ key,
         Object^ value
)  

Parameters

key
Type: String 

 The key of the item to set.

value
Type: Object 

 The value to set.

Return value

Type: IAsyncAction 

The asynchronous action.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioMetadata Class

KStudioMetadata Members

Microsoft.Kinect.Tools Namespace