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