C1.WPF Namespace > AutoSearchBufferChangedEventArgs Class : Indexes Property |
'Declaration
Public Property Indexes As List(Of Integer)
'Usage
Dim instance As AutoSearchBufferChangedEventArgs Dim value As List(Of Integer) instance.Indexes = value value = instance.Indexes
public List<int> Indexes {get; set;}
public: property List<int>^ Indexes { List<int>^ get(); void set ( List<int>^ value); }
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2