Classification.GetProjectProperties-Methode
Ruft die Projekteigenschaften ab.
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
<WebMethodAttribute> _
Public Sub GetProjectProperties ( _
projectUri As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef state As String, _
<OutAttribute> ByRef templateId As Integer, _
<OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
[WebMethodAttribute]
public void GetProjectProperties(
string projectUri,
out string name,
out string state,
out int templateId,
out CommonStructureProjectProperty[] properties
)
Parameter
- projectUri
Typ: System.String
- name
Typ: System.String%
- state
Typ: System.String%
- templateId
Typ: System.Int32%
- properties
Typ: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]%
.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.