IRowSet.Item Property (Int32, Int32)

Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)

Syntax

‘선언
ReadOnly Default Property Item ( _
    column As Integer, _
    row As Integer _
) As Object
    Get
Object this[
    int column,
    int row
] { get; }
property Object^ default[int column, int row] {
    Object^ get (int 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