ColumnLabel Constructor
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Public Sub New ( _
name As String, _
width As Integer _
)
public ColumnLabel(
string name,
int width
)
public:
ColumnLabel(
String^ name,
int width
)
new :
name:string *
width:int -> ColumnLabel
public function ColumnLabel(
name : String,
width : int
)
Parameters
- name
Type: System.String
- width
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.