PlayToSourceSelectedEventArgs.SupportsVideo Propriété

Définition

Obtient une valeur qui indique si la source Lecture à sélectionnée prend en charge la vidéo.

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

Valeur de propriété

Boolean

bool

True si la source Lecture sur sélectionnée prend en charge la vidéo ; sinon, false.

Attributs

S’applique à

Voir aussi