DirectoryVirtualListView Constructor (Int32, Int32, Int32, DirectoryVirtualListViewContext^)
.NET Framework (current version)
Initializes a new instance of the DirectoryVirtualListView class with the before count, after count, offset and context set.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: DirectoryVirtualListView( int beforeCount, int afterCount, int offset, DirectoryVirtualListViewContext^ context )
Parameters
- beforeCount
-
Type:
System::Int32
A Int32 data type objects that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.
- afterCount
-
Type:
System::Int32
A Int32 data type object that gets or sets a value to indicate the number of entries after the target entry that the client is requesting from the server.
- offset
-
Type:
System::Int32
An Int32 data type that gets or sets a value to indicate the estimated target entry's requested offset within the list.
- context
-
Type:
System.DirectoryServices::DirectoryVirtualListViewContext^
A DirectoryVirtualListViewContext data type objects that gets or sets a value to indicate the virtual list view search response.
.NET Framework
Available since 2.0
Available since 2.0
Show: