Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

DataCue.Data Property

Definition

Namespace:
Windows.Media.Core

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Gets the data associated with the cue.

public:
 property IBuffer ^ Data { IBuffer ^ get(); void set(IBuffer ^ value); };
IBuffer Data();

void Data(IBuffer value);
public IBuffer Data { get; set; }
var iBuffer = dataCue.data;
dataCue.data = iBuffer;
Public Property Data As IBuffer

Property Value

The data associated with the cue.

Applies to


Feedback

Was this page helpful?