Row.Cells Property
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Декларация
Public ReadOnly Property Cells As ArrayList
Get
public ArrayList Cells { get; }
public:
property ArrayList^ Cells {
ArrayList^ get ();
}
member Cells : ArrayList
function get Cells () : ArrayList
Property Value
Type: System.Collections.ArrayList
.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.