ColumnsPickerControl.WorkItemTypeCollection Method

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)

Syntax

‘선언
Public Shared Function WorkItemTypeCollection ( _
    workItemStore As WorkItemStore, _
    portfolioDisplayName As String _
) As WorkItemTypeCollection
public static WorkItemTypeCollection WorkItemTypeCollection(
    WorkItemStore workItemStore,
    string portfolioDisplayName
)
public:
static WorkItemTypeCollection^ WorkItemTypeCollection(
    WorkItemStore^ workItemStore, 
    String^ portfolioDisplayName
)
static member WorkItemTypeCollection : 
        workItemStore:WorkItemStore * 
        portfolioDisplayName:string -> WorkItemTypeCollection 
public static function WorkItemTypeCollection(
    workItemStore : WorkItemStore, 
    portfolioDisplayName : String
) : WorkItemTypeCollection

Parameters

Return Value

Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection

.NET Framework Security

See Also

Reference

ColumnsPickerControl Class

Microsoft.TeamFoundation.Controls Namespace