HashValueFileChangedChecker Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
itemObjDict As Dictionary(Of String, Item), _
pendingBranchesDict As Dictionary(Of String, PendingChange) _
)
public HashValueFileChangedChecker(
Dictionary<string, Item> itemObjDict,
Dictionary<string, PendingChange> pendingBranchesDict
)
public:
HashValueFileChangedChecker(
Dictionary<String^, Item^>^ itemObjDict,
Dictionary<String^, PendingChange^>^ pendingBranchesDict
)
new :
itemObjDict:Dictionary<string, Item> *
pendingBranchesDict:Dictionary<string, PendingChange> -> HashValueFileChangedChecker
public function HashValueFileChangedChecker(
itemObjDict : Dictionary<String, Item>,
pendingBranchesDict : Dictionary<String, PendingChange>
)
Parameters
- itemObjDict
Type: System.Collections.Generic.Dictionary<String, Item>
- pendingBranchesDict
Type: System.Collections.Generic.Dictionary<String, PendingChange>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.