MediaPlayer.IsProtected Proprietà

Definizione

Ottiene un valore booleano che indica se il contenuto è protetto da un sistema di gestione dei diritti digitali.

Nota

MediaPlayer.IsProtected può essere modificato o non disponibile dopo Windows 10 versione 1607. Usa invece la proprietà MediaPlayer.PlaybackSession per ottenere un oggetto MediaPlaybackSession e quindi usa la proprietà IsProtected .

public:
 property bool IsProtected { bool get(); };
bool IsProtected();
/// [get: Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.IsProtected instead of IsProtected.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
bool IsProtected();
public bool IsProtected { get; }
public bool IsProtected { [Windows.Foundation.Metadata.Deprecated("Use PlaybackSession.IsProtected instead of IsProtected.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")] get; }
var boolean = mediaPlayer.isProtected;
Public ReadOnly Property IsProtected As Boolean

Valore della proprietà

Boolean

bool

True se il contenuto è protetto, in caso contrario false.

Attributi

Si applica a