ICommonStructureService.GetProjectProperties – metoda
Obor názvů: Microsoft.TeamFoundation.Server
Sestavení: Microsoft.TeamFoundation.Client (v Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Deklarace
Sub GetProjectProperties ( _
projectUri As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef state As String, _
<OutAttribute> ByRef templateId As Integer, _
<OutAttribute> ByRef properties As ProjectProperty() _
)
void GetProjectProperties(
string projectUri,
out string name,
out string state,
out int templateId,
out ProjectProperty[] properties
)
Parametry
- projectUri
Typ: System.String
- name
Typ: System.String%
- state
Typ: System.String%
- templateId
Typ: System.Int32%
- properties
Typ: array<Microsoft.TeamFoundation.Server.ProjectProperty[]%
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.