PlayToSourceSelectedEventArgs.Icon Property

Definition

Gets the display icon for the selected Play To source.

public:
 property IRandomAccessStreamWithContentType ^ Icon { IRandomAccessStreamWithContentType ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
IRandomAccessStreamWithContentType Icon();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
IRandomAccessStreamWithContentType Icon();
public IRandomAccessStreamWithContentType Icon { [Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public IRandomAccessStreamWithContentType Icon { [Windows.Foundation.Metadata.Deprecated("PlayToSourceSelectedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var iRandomAccessStreamWithContentType = playToSourceSelectedEventArgs.icon;
Public ReadOnly Property Icon As IRandomAccessStreamWithContentType

Property Value

The display icon for the selected Play To source.

Attributes

Applies to

See also