You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/System.DirectoryServices/DirectoryVirtualListView.xml
+16-16Lines changed: 16 additions & 16 deletions
Original file line number
Diff line number
Diff line change
@@ -116,7 +116,7 @@ foreach(SearchResult res in src.FindAll() )
116
116
<ParameterName="afterCount"Type="System.Int32" />
117
117
</Parameters>
118
118
<Docs>
119
-
<paramname="afterCount">A <seecref="T:System.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.</param>
119
+
<paramname="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
120
120
<summary>Initializes a new instance of the <seecref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the after count set.</summary>
121
121
<remarks>To be added.</remarks>
122
122
</Docs>
@@ -141,9 +141,9 @@ foreach(SearchResult res in src.FindAll() )
141
141
<ParameterName="offset"Type="System.Int32" />
142
142
</Parameters>
143
143
<Docs>
144
-
<paramname="beforeCount">A <seecref="T:System.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.</param>
145
-
<paramname="afterCount">A <seecref="T:System.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.</param>
146
-
<paramname="offset">An <seecref="T:System.Int32" /> data type that gets or sets a value to indicate the estimated target entry's requested offset within the list.</param>
144
+
<paramname="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
145
+
<paramname="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
146
+
<paramname="offset">The estimated target entry's requested offset within the list.</param>
147
147
<summary>Initializes a new instance of the <seecref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, and offset set.</summary>
148
148
<remarks>To be added.</remarks>
149
149
</Docs>
@@ -168,9 +168,9 @@ foreach(SearchResult res in src.FindAll() )
168
168
<ParameterName="target"Type="System.String" />
169
169
</Parameters>
170
170
<Docs>
171
-
<paramname="beforeCount">A <seecref="T:System.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.</param>
172
-
<paramname="afterCount">A <seecref="T:System.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.</param>
173
-
<paramname="target">A <seecref="T:System.String" /> that gets or sets a value to indicate the desired target entry requested by the client.</param>
171
+
<paramname="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
172
+
<paramname="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
173
+
<paramname="target">The desired target entry requested by the client.</param>
174
174
<summary>Initializes a new instance of the <seecref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, and target set.</summary>
175
175
<remarks>To be added.</remarks>
176
176
</Docs>
@@ -196,10 +196,10 @@ foreach(SearchResult res in src.FindAll() )
<paramname="beforeCount">A <seecref="T:System.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.</param>
200
-
<paramname="afterCount">A <seecref="T:System.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.</param>
201
-
<paramname="offset">An <seecref="T:System.Int32" /> data type that gets or sets a value to indicate the estimated target entry's requested offset within the list.</param>
202
-
<paramname="context">A <seecref="T:System.DirectoryServices.DirectoryVirtualListViewContext" /> data type objects that gets or sets a value to indicate the virtual list view search response.</param>
199
+
<paramname="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
200
+
<paramname="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
201
+
<paramname="offset">The estimated target entry's requested offset within the list.</param>
202
+
<paramname="context">The virtual list view search response.</param>
203
203
<summary>Initializes a new instance of the <seecref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, offset and context set.</summary>
204
204
<remarks>To be added.</remarks>
205
205
</Docs>
@@ -225,10 +225,10 @@ foreach(SearchResult res in src.FindAll() )
<paramname="beforeCount">A <seecref="T:System.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.</param>
229
-
<paramname="afterCount">A <seecref="T:System.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.</param>
230
-
<paramname="target">A <seecref="T:System.String" /> that gets or sets a value to indicate the desired target entry requested by the client.</param>
231
-
<paramname="context">A <seecref="T:System.DirectoryServices.DirectoryVirtualListViewContext" /> data type objects that gets or sets a value to indicate the virtual list view search response.</param>
228
+
<paramname="beforeCount">The number of entries before the target entry that the client is requesting from the server.</param>
229
+
<paramname="afterCount">The number of entries after the target entry that the client is requesting from the server.</param>
230
+
<paramname="target">The desired target entry requested by the client.</param>
231
+
<paramname="context">The virtual list view search response.</param>
232
232
<summary>Initializes a new instance of the <seecref="T:System.DirectoryServices.DirectoryVirtualListView" /> class with the before count, after count, target and context set.</summary>
233
233
<remarks>To be added.</remarks>
234
234
</Docs>
@@ -476,4 +476,4 @@ foreach(SearchResult res in src.FindAll() )
0 commit comments