IRowSet.ColumnCount Property
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
‘선언
ReadOnly Property ColumnCount As Integer
Get
int ColumnCount { get; }
property int ColumnCount {
int get ();
}
abstract ColumnCount : int
function get ColumnCount () : int
Property Value
Type: System.Int32
.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.