ICommonStructureService.GetProjectProperties-Methode
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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
)
Parameter
- projectUri
Typ: System.String
- name
Typ: System.String%
- state
Typ: System.String%
- templateId
Typ: System.Int32%
- properties
Typ: array<Microsoft.TeamFoundation.Server.ProjectProperty[]%
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.