KStudioMetadata.GetValueAsync Method

Gets the value, asynchronously.

Syntax

public:
IAsyncOperation<Object^ >^ GetValueAsync(
         String^ key,
         uint32 maxValueSize
)  

Parameters

key
Type: String 

 The key.

maxValueSize
Type: uint32 

 The maximum value size.

Return value

Type: IAsyncOperation<Object^ > 

The property value.

Requirements

Namespace: Microsoft.Kinect.Tools

Metadata: microsoft.kinect.tools.winmd

See also

Reference

KStudioMetadata Class

KStudioMetadata Members

Microsoft.Kinect.Tools Namespace