Compartilhar via


PlayToConnectionTransferredEventArgs.CurrentSource Propriedade

Definição

Obtém a origem do Play To atual para a qual uma conexão foi transferida.

public:
 property PlayToSource ^ CurrentSource { 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 CurrentSource();
/// [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 CurrentSource();
public PlayToSource CurrentSource { [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 CurrentSource { [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.currentSource;
Public ReadOnly Property CurrentSource As PlayToSource

Valor da propriedade

A origem do Play To atual para a qual uma conexão foi transferida.

Atributos

Aplica-se a

Confira também