Share via


VersionControlServer.SetChangesetProperty, méthode (Int32, String, Nullable<Double>)

Définit un objet PropertyValue à Changeset.

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

Syntaxe

'Déclaration
Public Sub SetChangesetProperty ( _
    changesetId As Integer, _
    propertyName As String, _
    value As Nullable(Of Double) _
)
public void SetChangesetProperty(
    int changesetId,
    string propertyName,
    Nullable<double> value
)

Paramètres

  • changesetId
    Type : System.Int32
    ID de l'ensemble de modifications

Sécurité .NET Framework

Voir aussi

Référence

VersionControlServer Classe

SetChangesetProperty, surcharge

Microsoft.TeamFoundation.VersionControl.Client, espace de noms