TeamFoundationVersionControlService.SetChangesetProperty 方法

將變更集的屬性值。

命名空間:  Microsoft.TeamFoundation.VersionControl.Server
組件:  Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)

語法

'宣告
Public Sub SetChangesetProperty ( _
    requestContext As TeamFoundationRequestContext, _
    changesetId As Integer, _
    propertyValues As PropertyValue() _
)
public void SetChangesetProperty(
    TeamFoundationRequestContext requestContext,
    int changesetId,
    PropertyValue[] propertyValues
)

參數

  • changesetId
    類型:System.Int32
    設定屬性的變更集識別項。

.NET Framework 安全性

請參閱

參考

TeamFoundationVersionControlService 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間