Classification.GetProjectProperties 方法
获取项目属性
命名空间: Microsoft.TeamFoundation.Integration.Server
程序集: Microsoft.TeamFoundation.Framework.Server(在 Microsoft.TeamFoundation.Framework.Server.dll 中)
语法
声明
<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
)
参数
- projectUri
类型:System.String
- name
类型:System.String%
- state
类型:System.String%
- templateId
类型:System.Int32%
- properties
类型:array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]%
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。