PagedItemsRowSets Constructor
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'宣告
Public Sub New ( _
rowSets As RowSetCollection _
)
public PagedItemsRowSets(
RowSetCollection rowSets
)
public:
PagedItemsRowSets(
RowSetCollection^ rowSets
)
new :
rowSets:RowSetCollection -> PagedItemsRowSets
public function PagedItemsRowSets(
rowSets : RowSetCollection
)
Parameters
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.