Namespace:  Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly:  Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
声明
Public ReadOnly Default Property Item ( _
    column As Integer, _
    row As Integer _
) As Object
    Get
public Object this[
    int column,
    int row
] { get; }
public:
virtual property Object^ default[int column, int row] {
    Object^ get (int column, int row) sealed;
}
abstract Item : Object
override Item : Object
JScript does not support indexed properties.
Parameters
- column
Type: System.Int32 
- row
Type: System.Int32 
Property Value
Type: System.Object
Implements
.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.