Repository4.CompareLabels 方法
命名空間: Microsoft.TeamFoundation.VersionControl.Server
組件: Microsoft.TeamFoundation.VersionControl.Server (在 Microsoft.TeamFoundation.VersionControl.Server.dll 中)
語法
'宣告
<WebMethodAttribute> _
Public Function CompareLabels ( _
startLabelName As String, _
startLabelScope As String, _
endLabelName As String, _
endLabelScope As String, _
minChangeSet As Integer, _
maxCount As Integer _
) As StreamingCollection(Of Changeset)
[WebMethodAttribute]
public StreamingCollection<Changeset> CompareLabels(
string startLabelName,
string startLabelScope,
string endLabelName,
string endLabelScope,
int minChangeSet,
int maxCount
)
參數
- startLabelName
型別:System.String
- startLabelScope
型別:System.String
- endLabelName
型別:System.String
- endLabelScope
型別:System.String
- minChangeSet
型別:System.Int32
- maxCount
型別:System.Int32
傳回值
型別:Microsoft.TeamFoundation.Framework.Server.StreamingCollection<Changeset>
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。