PlayToSourceSelectedEventArgs.SupportsImage Property

Definition

Gets a value that indicates whether the selected Play To source supports displaying images.

public:
 property bool SupportsImage { bool 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)]
bool SupportsImage();
/// [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")]
bool SupportsImage();
public bool SupportsImage { [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 bool SupportsImage { [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 boolean = playToSourceSelectedEventArgs.supportsImage;
Public ReadOnly Property SupportsImage As Boolean

Property Value

Boolean

bool

True if the selected Play To source supports displaying images; otherwise false.

Attributes

Applies to

See also