SyncService.GetSyncMappingChange 方法

命名空间:  Microsoft.TeamFoundation.Integration.Server
程序集:  Microsoft.TeamFoundation.Server.Core(在 Microsoft.TeamFoundation.Server.Core.dll 中)

语法

声明
<WebMethodAttribute> _
Public Function GetSyncMappingChange ( _
    serverId As Guid, _
    baselineRev As Integer, _
    <OutAttribute> ByRef mapping As SyncMapping _
) As Boolean
[WebMethodAttribute]
public bool GetSyncMappingChange(
    Guid serverId,
    int baselineRev,
    out SyncMapping mapping
)

参数

返回值

类型:System.Boolean
返回 Boolean

.NET Framework 安全性

请参阅

参考

SyncService 类

Microsoft.TeamFoundation.Integration.Server 命名空间