Repository4.PendChangesInLocalWorkspace 方法
命名空间: Microsoft.TeamFoundation.VersionControl.Server
程序集: Microsoft.TeamFoundation.VersionControl.Server(在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
语法
声明
<WebMethodAttribute> _
Public Function PendChangesInLocalWorkspace ( _
workspaceName As String, _
ownerName As String, _
changes As ChangeRequest(), _
pendChangesOptions As Integer, _
supportedFeatures As Integer, _
<OutAttribute> ByRef failures As List(Of Failure), _
itemPropertyFilters As String(), _
itemAttributeFilters As String(), _
<OutAttribute> ByRef changePendedFlags As Integer _
) As StreamingCollection(Of GetOperation)
[WebMethodAttribute]
public StreamingCollection<GetOperation> PendChangesInLocalWorkspace(
string workspaceName,
string ownerName,
ChangeRequest[] changes,
int pendChangesOptions,
int supportedFeatures,
out List<Failure> failures,
string[] itemPropertyFilters,
string[] itemAttributeFilters,
out int changePendedFlags
)
参数
- workspaceName
类型:System.String
- ownerName
类型:System.String
- changes
类型:array<Microsoft.TeamFoundation.VersionControl.Server.ChangeRequest[]
- pendChangesOptions
类型:System.Int32
- supportedFeatures
类型:System.Int32
- failures
类型:System.Collections.Generic.List<Failure>%
- itemPropertyFilters
类型:array<System.String[]
- itemAttributeFilters
类型:array<System.String[]
- changePendedFlags
类型:System.Int32%
返回值
类型:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<GetOperation>
返回 StreamingCollection<T>。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。