MobileServiceTableCollectionView Generic Class
*[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.*
Namespace: Microsoft.WindowsAzure.MobileServices
Assembly: Microsoft.WindowsAzure.MobileServices.Managed (in Microsoft.WindowsAzure.MobileServices.Managed.dll)
Usage
'Usage
Dim instance As MobileServiceTableCollectionView(Of T)
Syntax
'Declaration
<DefaultMemberAttribute("Item")> _
Public NotInheritable Class MobileServiceTableCollectionView(Of T)
Implements ICollectionView, IObservableVector(Of Object), _
IList(Of Object), ICollection(Of Object), _
IEnumerable(Of Object), IList, ICollection, _
IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged, ISupportIncrementalLoading
[DefaultMemberAttribute("Item")]
public sealed class MobileServiceTableCollectionView<T> : ICollectionView, IObservableVector<Object>,
IList<Object>, ICollection<Object>, IEnumerable<Object>,
IList, ICollection, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged,
ISupportIncrementalLoading
[DefaultMemberAttribute(L"Item")]
generic<typename T>
public ref class MobileServiceTableCollectionView sealed : ICollectionView, IObservableVector<Object^>,
IList<Object^>, ICollection<Object^>, IEnumerable<Object^>,
IList, ICollection, IEnumerable, INotifyPropertyChanged, INotifyCollectionChanged,
ISupportIncrementalLoading
Inheritance Hierarchy
System.Object
Microsoft.WindowsAzure.MobileServices.MobileServiceTableCollectionView
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Server 2008, and Windows 2000
Target Platforms
See Also
Reference
MobileServiceTableCollectionView Members
Microsoft.WindowsAzure.MobileServices Namespace