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