DirectoryVirtualListView Constructor (Int32, Int32, String^, DirectoryVirtualListViewContext^)
.NET Framework (current version)
Initializes a new instance of the DirectoryVirtualListView class with the before count, after count, target and context set.
Assembly: System.DirectoryServices (in System.DirectoryServices.dll)
public: DirectoryVirtualListView( int beforeCount, int afterCount, String^ target, 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.
- target
-
Type:
System::String^
A String that gets or sets a value to indicate the desired target entry requested by the client.
- 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: