共用方式為


ITestableObservable < T > 。Messages 屬性

取得可觀察的所傳送的記錄通知。

Namespace:Microsoft.Reactive.Testing
裝配: Microsoft.Reactive.Testing (in Microsoft.Reactive.Testing.dll)

語法

'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>>>

屬性值

類型:System.Collections.Generic.IList<錄製的<通知<T>>>

另請參閱

參考

ITestableObservable < T > 介面

Microsoft.Reactive.Testing 命名空間