監視可能な によって送信された記録された通知を取得します。
Namespace:Microsoft.Reactive.Testing
アセンブリ: Microsoft.Reactive.Testing (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>>>