Creates a new instance of the
ObjectListHolder Class.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Function New( _
ByVal list As IList(Of T), _
ByVal query As IQuery _
) |
| Visual Basic (Usage) | Copy Code |
|---|
Dim list As IList(Of T)
Dim query As IQuery
Dim instance As ObjectListHolder(Of T)(list, query)
|
| Managed Extensions for C++ | |
|---|
public: Generic ObjectListHolder(
IList<T>* list,
IQuery* query
) |
Parameters
- list
- List that is populated with the connected objects.
- query
- IQuery that is executed to load the associated
objects. This parameter allows you to use any kind of query without using the build in functionality.
Requirements
Platforms: Windows 2000, Windows XP family, Windows Server 2003 family, Windows Vista family
See Also