PropertiesMergeSummary.CalculateSummary 方法
計算根據所提供的屬性合併摘要。
命名空間: Microsoft.TeamFoundation.VersionControl.Client
組件: Microsoft.TeamFoundation.VersionControl.Client (在 Microsoft.TeamFoundation.VersionControl.Client.dll 中)
語法
'宣告
Public Shared Function CalculateSummary ( _
baseProperties As ReadOnlyCollection(Of PropertyValue), _
yourProperties As ReadOnlyCollection(Of PropertyValue), _
theirProperties As ReadOnlyCollection(Of PropertyValue) _
) As PropertiesMergeSummary
public static PropertiesMergeSummary CalculateSummary(
ReadOnlyCollection<PropertyValue> baseProperties,
ReadOnlyCollection<PropertyValue> yourProperties,
ReadOnlyCollection<PropertyValue> theirProperties
)
參數
- baseProperties
類型:System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
摘要的基本屬性。
- yourProperties
類型:System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
會與基底比較時,並針對在屬性變更時。
- theirProperties
類型:System.Collections.ObjectModel.ReadOnlyCollection<PropertyValue>
會與基底比較時,並針對在其屬性變更。
傳回值
類型:Microsoft.TeamFoundation.VersionControl.Client.PropertiesMergeSummary
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。