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.
Gets the endurable collection of selected projects for the collection that has the specified GUID.
Namespace: Microsoft.TeamFoundation.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetDefaultProjects ( _
collectionId As Guid _
) As IEnumerable(Of String)
IEnumerable<string> GetDefaultProjects(
Guid collectionId
)
IEnumerable<String^>^ GetDefaultProjects(
Guid collectionId
)
abstract GetDefaultProjects :
collectionId:Guid -> IEnumerable<string>
function GetDefaultProjects(
collectionId : Guid
) : IEnumerable<String>
Parameters
collectionId
Type: System.GuidThe GUID for a TeamProjectCollection.
Return Value
Type: System.Collections.Generic.IEnumerable<String>
The enumerable collection of URIs of the default project selection.
.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.