MediaBinder.Token Property

Definition

Gets or sets an app-specified string that is used to identify the media content that the app should bind when the Binding event is raised.

public:
 property Platform::String ^ Token { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Token();

void Token(winrt::hstring value);
public string Token { get; set; }
var string = mediaBinder.token;
mediaBinder.token = string;
Public Property Token As String

Property Value

String

Platform::String

winrt::hstring

An app-specified string that is used to identify the specific media content that the app should bind.

Applies to