Note

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

Access to this page requires authorization. You can try .

MediaBinder.Token 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 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


Feedback

Was this page helpful?