TfvcProjectInfoController.GetProjectInfos Method
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
<HttpGetAttribute> _
Public Function GetProjectInfos As IList(Of VersionControlProjectInfo)
[HttpGetAttribute]
public IList<VersionControlProjectInfo> GetProjectInfos()
[HttpGetAttribute]
public:
IList<VersionControlProjectInfo^>^ GetProjectInfos()
[<HttpGetAttribute>]
member GetProjectInfos : unit -> IList<VersionControlProjectInfo>
public function GetProjectInfos() : IList<VersionControlProjectInfo>
Return Value
Type: System.Collections.Generic.IList<VersionControlProjectInfo>
.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.