CheckInParameters Constructor
Initializes a new instance of the CheckInParameters class.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Protected Sub New ( _
options As CheckInOptions2 _
)
protected CheckInParameters(
CheckInOptions2 options
)
protected:
CheckInParameters(
CheckInOptions2 options
)
new :
options:CheckInOptions2 -> CheckInParameters
protected function CheckInParameters(
options : CheckInOptions2
)
Parameters
options
Type: Microsoft.TeamFoundation.VersionControl.Common.CheckInOptions2The checkin options.
.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.