ITeamProjectPickerDefaultSelectionProvider Interface
Interface to provide the default selection to the connection dialog.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Interface ITeamProjectPickerDefaultSelectionProvider
public interface ITeamProjectPickerDefaultSelectionProvider
public interface class ITeamProjectPickerDefaultSelectionProvider
type ITeamProjectPickerDefaultSelectionProvider = interface end
public interface ITeamProjectPickerDefaultSelectionProvider
The ITeamProjectPickerDefaultSelectionProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetDefaultCollectionId | Gets the default selected collection of the specified server. | |
GetDefaultProjects | Gets the endurable collection of selected projects for the collection that has the specified GUID. | |
GetDefaultServerUri | Gets the uniform resource identifier (URI) of the selected server. |
Top