Partager via


IPropertyService, interface

Service générique de propriété d'infrastructure Team Foundation

Espace de noms :  Microsoft.TeamFoundation.Framework.Client
Assembly :  Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)

Syntaxe

'Déclaration
Public Interface IPropertyService
public interface IPropertyService

Méthodes

  Nom Description
Méthode publique GetProperties(ArtifactSpec, array<String[]) Obtient les valeurs de propriété associées aux filtres donnés d'artefact et de propriété
Méthode publique GetProperties(array<ArtifactSpec[], array<String[]) Obtient les valeurs de propriété associées aux filtres donnés d'artefact et de propriété
Méthode publique GetProperties(array<ArtifactSpec[], array<String[], GetPropertiesOptions) Obtient les valeurs de propriété associées aux filtres donnés d'artefact et de propriété
Méthode publique SetProperties(ArtifactPropertyValue) définissez l'artefact-propriété-valeur
Méthode publique SetProperties(array<ArtifactPropertyValue[]) artefact-propriété- valeurs définies en bloc
Méthode publique SetProperty(ArtifactSpec, String, array<Byte[]) Définit les paires de valeurs de propriété à l'artefact non gérées
Méthode publique SetProperty(ArtifactSpec, String, Nullable<DateTime>) Définit les paires de valeurs de propriété à l'artefact non gérées
Méthode publique SetProperty(ArtifactSpec, String, Nullable<Double>) Définit les paires de valeurs de propriété à l'artefact non gérées
Méthode publique SetProperty(ArtifactSpec, String, Nullable<Int32>) Définit les paires de valeurs de propriété à l'artefact non gérées
Méthode publique SetProperty(ArtifactSpec, String, String) Définit les paires de valeurs de propriété à l'artefact non gérées

Début

Voir aussi

Référence

Microsoft.TeamFoundation.Framework.Client, espace de noms