共用方式為


Repository.PendChanges 方法

呼叫以加入資料列,簽出,則會執行分支,重新命名,刪除,依此類推。

送出的變更可能會包含萬用字元和遞迴旗標。 萬用字元和遞迴會展開,並成功對的變更清單會傳回。

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

語法

'宣告
<WebMethodAttribute> _
Public Function PendChanges ( _
    workspaceName As String, _
    ownerName As String, _
    changes As ChangeRequest(), _
    pendChangesOptions As Integer, _
    supportedFeatures As Integer, _
    <OutAttribute> ByRef failures As List(Of Failure) _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChanges(
    string workspaceName,
    string ownerName,
    ChangeRequest[] changes,
    int pendChangesOptions,
    int supportedFeatures,
    out List<Failure> failures
)

參數

  • workspaceName
    型別:System.String
    工作區的名稱。pend 變更的物件。
  • ownerName
    型別:System.String
    工作區的擁有人。pend 的變更物件 (包含網域)。
  • pendChangesOptions
    型別:System.Int32
    一組 PendChanges 選項 (PendChangeOptions 列舉整數表示)。GetLatestOnCheckout:針對指定的暫止編輯,首先同步用戶端對這個項目的最新版本會傳回 GetOps 用戶端應該執行下載。
  • supportedFeatures
    型別:System.Int32
    用戶端支援的功能,包含 SupportedFeatures 列舉的組合值的 int。

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
[GetOperation 物件描述已成功認可的變更。

.NET Framework 安全性

請參閱

參考

Repository 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間