ICommonStructureService.UpdateProjectProperties, méthode
Espace de noms : Microsoft.TeamFoundation.Integration.Server
Assembly : Microsoft.TeamFoundation.Server.Core (dans Microsoft.TeamFoundation.Server.Core.dll)
Syntaxe
'Déclaration
Sub UpdateProjectProperties ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
state As String, _
properties As CommonStructureProjectProperty() _
)
void UpdateProjectProperties(
TeamFoundationRequestContext requestContext,
string projectUri,
string state,
CommonStructureProjectProperty[] properties
)
Paramètres
- requestContext
Type : Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type : System.String
- state
Type : System.String
- properties
Type : array<Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectProperty[]
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.