다음을 통해 공유


ITestableObserver<T>. Messages 속성

관찰자가 받은 기록된 알림을 가져옵니다.

네임스페이스:Microsoft.Reactive.Testing
어셈블리: Microsoft.Reactive.Testing(Microsoft.Reactive.Testing.dll)

Syntax

'Declaration
ReadOnly Property Messages As IList(Of Recorded(Of Notification(Of T)))
    Get
'Usage
Dim instance As ITestableObserver
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>>>

속성 값

형식: System.Collections.Generic.IList<기록 알림<<T>>>

참고 항목

참조

ITestableObserver<T> 인터페이스

Microsoft.Reactive.Testing 네임스페이스