Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Initializes a new TeamProjectPicker instance.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
mode As TeamProjectPickerMode, _
disableCollectionChange As Boolean _
)
public TeamProjectPicker(
TeamProjectPickerMode mode,
bool disableCollectionChange
)
public:
TeamProjectPicker(
TeamProjectPickerMode mode,
bool disableCollectionChange
)
new :
mode:TeamProjectPickerMode *
disableCollectionChange:bool -> TeamProjectPicker
public function TeamProjectPicker(
mode : TeamProjectPickerMode,
disableCollectionChange : boolean
)
Parameters
mode
Type: Microsoft.TeamFoundation.Client.TeamProjectPickerModeThe mode of operation for the project selection dialog.
disableCollectionChange
Type: System.BooleanIf true, disables the changing of the default project collection.
.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.