Condividi tramite


PlayToConnectionErrorEventArgs.Code Proprietà

Definizione

Ottiene il codice di errore per un errore di connessione Play To.

public:
 property PlayToConnectionError Code { PlayToConnectionError get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionErrorEventArgs may be altered or unavailable for releases after Windows 10. Instead, use CastingConnectionErrorOccurredEventArgs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
PlayToConnectionError Code();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionErrorEventArgs may be altered or unavailable for releases after Windows 10. Instead, use CastingConnectionErrorOccurredEventArgs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
PlayToConnectionError Code();
public PlayToConnectionError Code { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionErrorEventArgs may be altered or unavailable for releases after Windows 10. Instead, use CastingConnectionErrorOccurredEventArgs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public PlayToConnectionError Code { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionErrorEventArgs may be altered or unavailable for releases after Windows 10. Instead, use CastingConnectionErrorOccurredEventArgs.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var playToConnectionError = playToConnectionErrorEventArgs.code;
Public ReadOnly Property Code As PlayToConnectionError

Valore della proprietà

Codice di errore per un errore di connessione Play To.

Attributi

Commenti

Nelle app Windows 8UWP il codice è sempre impostato su DeviceError.

Nelle app Windows 8.1UWP il codice è impostato su DeviceError o ProtectedPlaybackFailed. In questo modo l'app può determinare se l'errore è correlato allo stato di protezione multimediale del contenuto. L'app può continuare a riprodurre l'elemento successivo nella playlist o per arrestarla. Le app possono anche usare questo nuovo valore di codice per rimuovere tutta la musica protetta dalla playlist.

Si applica a

Vedi anche