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