PlayToConnectionStateChangedEventArgs.CurrentState Propiedad
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Obtiene el estado actual después de cambiar el estado de conexión De reproducción a .
public:
property PlayToConnectionState CurrentState { PlayToConnectionState get(); };
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionStateChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, Windows.Foundation.UniversalApiContract)]
PlayToConnectionState CurrentState();
/// [get: Windows.Foundation.Metadata.Deprecated("PlayToConnectionStateChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")]
PlayToConnectionState CurrentState();
public PlayToConnectionState CurrentState { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionStateChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, typeof(Windows.Foundation.UniversalApiContract))] get; }
public PlayToConnectionState CurrentState { [Windows.Foundation.Metadata.Deprecated("PlayToConnectionStateChangedEventArgs may be altered or unavailable for releases after Windows 10.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 65536, "Windows.Foundation.UniversalApiContract")] get; }
var playToConnectionState = playToConnectionStateChangedEventArgs.currentState;
Public ReadOnly Property CurrentState As PlayToConnectionState
Valor de propiedad
El estado actual después de que haya cambiado el estado de conexión De reproducción a .
- Atributos