VendorSpecificDataEventArgs.Data property

Gets vendor-specific data.

Syntax

public object Data { get; }
Public ReadOnly Property Data As Object
public:
property Object^ Data { 
   Object^ get();
}

Property value

Type: System.Object [.NET] | Platform::Object [C++]

Vendor-specific data.

Requirements

Minimum supported client

None supported

Minimum supported server

None supported

Minimum supported phone

Windows Phone 8

Namespace

Windows.Phone.Media.Capture Windows::Phone::Media::Capture [C++]

Metadata

Windows.WinMD

See also

VendorSpecificDataEventArgs