Share via


MediaHistoryItem.PlayerContext Property

Namespace:  Microsoft.Devices
Assembly:  Microsoft.Phone (in Microsoft.Phone.dll)

Syntax

'Declaration
Public ReadOnly Property PlayerContext As IDictionary(Of String, String)
public IDictionary<string, string> PlayerContext { get; }
public:
property IDictionary<String^, String^>^ PlayerContext {
    IDictionary<String^, String^>^ get ();
}
member PlayerContext : IDictionary<string, string> with get

Property Value

Type: System.Collections.Generic.IDictionary<String, String>

Version Information

.NET for Windows Phone apps

Supported in: Windows Phone 8, Silverlight 8.1

.NET Framework Security

See Also

Reference

MediaHistoryItem Class

Microsoft.Devices Namespace