Freigeben über


PlayToSourceSelectedEventArgs.SupportsVideo Eigenschaft

Definition

Ruft einen Wert ab, der angibt, ob die ausgewählte Wiedergabequelle Video unterstützt.

public:
 property bool SupportsVideo { 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 SupportsVideo();
/// [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 SupportsVideo();
public bool SupportsVideo { [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 SupportsVideo { [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.supportsVideo;
Public ReadOnly Property SupportsVideo As Boolean

Eigenschaftswert

Boolean

bool

True, wenn die ausgewählte Quelle "Wiedergeben auf" Video unterstützt; andernfalls false.

Attribute

Gilt für:

Weitere Informationen