共用方式為


RepositoryExtensions.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), _
    propertyNameFilters As String(), _
    <OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChanges(
    string workspaceName,
    string ownerName,
    ChangeRequest[] changes,
    int pendChangesOptions,
    int supportedFeatures,
    out List<Failure> failures,
    string[] propertyNameFilters,
    out int changePendedFlags
)

參數

  • workspaceName
    型別:System.String
    要暫止的變更與工作區的名稱。
  • ownerName
    型別:System.String
    要暫止工作區的擁有者變更對 (包括網域)。
  • pendChangesOptions
    型別:System.Int32
    PendChanges 選項 (PendChangeOptions 列舉的整數表示方式) 集 GetLatestOnCheckout: 為擱置的編輯,首先將最新的用戶端的項目,藉由傳回指出用戶端的 GetOps 版本應該執行下載。
  • supportedFeatures
    型別:System.Int32
    用戶端,其中包含 SupportedFeatures 列舉值的 int 支援的功能。
  • propertyNameFilters
    型別:array<System.String[]
    要傳回的屬性清單取得作業。

傳回值

型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
描述成功所做的變更 GetOperation 物件的陣列。

.NET Framework 安全性

請參閱

參考

RepositoryExtensions 類別

Microsoft.TeamFoundation.VersionControl.Server 命名空間