| Visual Basic (Declaration) | |
|---|---|
Public MustInherit Class RemotableCollection(Of T As Class) Inherits RemotableObject Implements ICollectionBase, ICollectionBase(Of T), IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged | |
| C# | |
|---|---|
public abstract class RemotableCollection<T> : RemotableObject, ICollectionBase, ICollectionBase<T>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged where T: class | |
| C++/CLI | |
|---|---|
generic<typename T> public ref class RemotableCollection abstract : public RemotableObject, ICollectionBase, ICollectionBase<T>, IPropertyInfo, IPropertyInfo2, IRemoteNotifyCollectionChanged, IRemoteNotifyPropertyChanged, IRemoteNotifyPropertyInfoChanged where T: ref class | |
- T
- Type of items in the collection.
Inheritance from IRemoteNotifyCollectionChanged added in version 14.00.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)