IPagedItemsRowSets.Item Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
ReadOnly Default Property Item ( _
name As PagedItemsRowSetNames _
) As IRowSet
Get
IRowSet this[
PagedItemsRowSetNames name
] { get; }
property IRowSet^ default[PagedItemsRowSetNames name] {
IRowSet^ get (PagedItemsRowSetNames name);
}
abstract Item : IRowSet
JScript does not support indexed properties.
Parameters
Property Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Proxy.IRowSet
.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.