Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Ottiene le notifiche registrate inviate dall'osservabile.
Spazio dei nomi:Microsoft.Reactive.Testing
Assemblea: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)
Sintassi
'Declaration
ReadOnly Property Messages As IList(Of Recorded(Of Notification(Of T)))
Get
'Usage
Dim instance As ITestableObservable
Dim value As IList(Of Recorded(Of Notification(Of T)))
value = instance.Messages
IList<Recorded<Notification<T>>> Messages { get; }
property IList<Recorded<Notification<T>^>>^ Messages {
IList<Recorded<Notification<T>^>>^ get ();
}
abstract Messages : IList<Recorded<Notification<'T>>>
function get Messages () : IList<Recorded<Notification<T>>>
Valore della proprietà
Type: System.Collections.Generic.IList<Recorded<Notification<T>>>