Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
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.