ColumnsPickerControl.WorkItemTypeCollection Method
Namespace: Microsoft.TeamFoundation.Controls
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaración
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
- workItemStore
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemStore
- portfolioDisplayName
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.WorkItemTracking.Client.WorkItemTypeCollection
.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.