ICommonStructureService.GetProjectProperties Yöntem
Ad alanı: Microsoft.TeamFoundation.Integration.Server
Derleme: Microsoft.TeamFoundation.Server.Core (Microsoft.TeamFoundation.Server.Core.dll içinde)
Sözdizimi
'Bildirim
Sub GetProjectProperties ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
<OutAttribute> ByRef name As String, _
<OutAttribute> ByRef state As String, _
<OutAttribute> ByRef properties As CommonStructureProjectProperty() _
)
void GetProjectProperties(
TeamFoundationRequestContext requestContext,
string projectUri,
out string name,
out string state,
out CommonStructureProjectProperty[] properties
)
Parametreler
- requestContext
Tür: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Tür: System.String
- name
Tür: System.String%
- state
Tür: System.String%
- properties
Tür: array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]%
.NET Framework Güvenliği
- Anında arayanlar için tam güven. Bu üye kısmen güvenilen kodla kullanılamaz. Daha fazla bilgi için bkz. Kısmen Güvenilen Koddan Kitaplıkları Kullanma.