Share via


Metodo VersionControlServer.SetChangesetProperty (Int32, String, Nullable<Double>)

Imposta un oggetto di PropertyValue a Changeset.

Spazio dei nomi:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

Sintassi

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

Parametri

  • changesetId
    Tipo: System.Int32
    ID dell'insieme di modifiche

Sicurezza di .NET Framework

Vedere anche

Riferimenti

VersionControlServer Classe

Overload SetChangesetProperty

Spazio dei nomi Microsoft.TeamFoundation.VersionControl.Client