'宣言
<System.Runtime.CompilerServices.ExtensionAttribute()> Public Overloads Shared Function AsLive(Of T)( _ ByVal source As System.Collections.ObjectModel.ObservableCollection(Of T), _ ByVal order As ViewOrder _ ) As View(Of T)
パラメータ
- source
- ビューとして公開する System.Collections.ObjectModel.ObservableCollection`1。
- order
- ソースの項目順序を維持するかどうかを指定します。
型パラメータ
- T
- ビュー内の要素の型。
戻り値の型
System.Collections.ObjectModel.ObservableCollection`1 と同じ要素を含むビュー。