ReadOnlyFileChangedChecker Constructor
Namespace: Microsoft.TeamFoundation.VersionControl.Controls
Assembly: Microsoft.TeamFoundation.VersionControl.Controls (in Microsoft.TeamFoundation.VersionControl.Controls.dll)
Syntax
'Declaration
Public Sub New ( _
itemObjDictionary As Dictionary(Of String, Item) _
)
public ReadOnlyFileChangedChecker(
Dictionary<string, Item> itemObjDictionary
)
public:
ReadOnlyFileChangedChecker(
Dictionary<String^, Item^>^ itemObjDictionary
)
new :
itemObjDictionary:Dictionary<string, Item> -> ReadOnlyFileChangedChecker
public function ReadOnlyFileChangedChecker(
itemObjDictionary : Dictionary<String, Item>
)
Parameters
- itemObjDictionary
Type: System.Collections.Generic.Dictionary<String, Item>
.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.