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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。