共用方式為


ITestableObserver < T > .Messages 屬性

取得觀察者所接收的記錄通知。

Namespace:Microsoft.Reactive.Testing
裝配: Microsoft.Reactive.Testing.dll) 中的 Microsoft.Reactive.Testing (

語法

'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 命名空間