T
Type of items in the collection.
Keysight Pathwave 89600 VSA .NET API
RemotableCollection<T> Class
Members  See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace : RemotableCollection<T> Class


Glossary Item Box

Provides a common abstract base class for abstract base class collection classes in the public API.

Syntax

Visual Basic (Declaration) 
Public MustInherit Class RemotableCollection(Of T As Class) 
   Inherits RemotableObject
   Implements ICollectionBaseICollectionBase(Of T)IPropertyInfoIPropertyInfo2IRemoteNotifyCollectionChangedIRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged 
C++/CLI 
generic<typename T>
public ref class RemotableCollection abstract : public RemotableObject, ICollectionBaseICollectionBase<T>IPropertyInfoIPropertyInfo2IRemoteNotifyCollectionChangedIRemoteNotifyPropertyChangedIRemoteNotifyPropertyInfoChanged  
where T: ref class

Type Parameters

T
Type of items in the collection.

Remarks

Inheritance from IRemoteNotifyCollectionChanged added in version 14.00.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also