Classification.GetProjectProperties 方法

获取项目属性。

命名空间:  Microsoft.TeamFoundation.Integration.Server
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.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
)

参数

.NET Framework 安全性

请参阅

参考

Classification 类

Microsoft.TeamFoundation.Integration.Server 命名空间