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

Property Value

Type: System.Object

.NET Framework Security

See Also

Reference

IRowSet Interface

Item Overload

Microsoft.TeamFoundation.WorkItemTracking.Proxy Namespace