通知<T>.Kind プロパティ

表される通知の種類を取得します。

Namespace:System.Reactive
アセンブリ: System.Reactive (System.Reactive.dll)

構文

'Declaration
Public MustOverride ReadOnly Property Kind As NotificationKind
    Get
'Usage
Dim instance As Notification
Dim value As NotificationKind

value = instance.Kind
public abstract NotificationKind Kind { get; }
public:
virtual property NotificationKind Kind {
    NotificationKind get () abstract;
}
abstract Kind : NotificationKind
abstract function get Kind () : NotificationKind

プロパティ値

種類: System.Reactive.NotificationKind
通知の種類を示す列挙値の 1 つ。

参照

リファレンス

Notification<T> クラス

System.Reactive 名前空間