相違点の指定したシェルブされた変更を比較します。
名前空間: Microsoft.TeamFoundation.VersionControl.Client
アセンブリ: Microsoft.TeamFoundation.VersionControl.Client (Microsoft.TeamFoundation.VersionControl.Client.dll 内)
構文
'宣言
Public Shared Sub VisualDiffShelvedChange ( _
versionControl As VersionControlServer, _
shelvesetName As String, _
shelvedChange As PendingChange _
)
public static void VisualDiffShelvedChange(
VersionControlServer versionControl,
string shelvesetName,
PendingChange shelvedChange
)
パラメーター
- versionControl
型 : Microsoft.TeamFoundation.VersionControl.Client.VersionControlServer
バージョン コントロール サーバー。
- shelvesetName
型 : System.String
保留中の変更を含むシェルブセットの名前。
- shelvedChange
型 : Microsoft.TeamFoundation.VersionControl.Client.PendingChange
保留中の変更。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。