ColumnsPickerControl.ExcludedColumns Property
ArrayList collection of currituck string identifiers.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public ReadOnly Property ExcludedColumns As ArrayList
public ArrayList ExcludedColumns { get; }
public:
property ArrayList^ ExcludedColumns {
ArrayList^ get ();
}
member ExcludedColumns : ArrayList with get
function get ExcludedColumns () : ArrayList
Property Value
Type: System.Collections.ArrayList
Returns 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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace