Compartir a través de


PlayToConnectionTransferredEventArgs.PreviousSource Propiedad

Definición

Obtiene el origen anterior de Play To desde el que se transfirió una conexión.

public:
 property PlayToSource ^ PreviousSource { PlayToSource ^ get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionTransferredEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
PlayToSource PreviousSource();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionTransferredEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
PlayToSource PreviousSource();
public PlayToSource PreviousSource { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionTransferredEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public PlayToSource PreviousSource { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionTransferredEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var playToSource = playToConnectionTransferredEventArgs.previousSource;
Public ReadOnly Property PreviousSource As PlayToSource

Valor de propiedad

El origen anterior de Play To desde el que se transfirió una conexión.

Atributos

Se aplica a

Consulte también