IVersionControlService.CheckinDialog Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function CheckinDialog ( _
items As String(), _
count As Integer, _
<OutAttribute> ByRef dialogResult As Integer, _
onSolutionClose As Boolean _
) As Integer
int CheckinDialog(
string[] items,
int count,
out int dialogResult,
bool onSolutionClose
)
int CheckinDialog(
[InAttribute] array<String^>^ items,
int count,
[OutAttribute] int% dialogResult,
bool onSolutionClose
)
abstract CheckinDialog :
items:string[] *
count:int *
dialogResult:int byref *
onSolutionClose:bool -> int
function CheckinDialog(
items : String[],
count : int,
dialogResult : int,
onSolutionClose : boolean
) : int
Parameters
- items
Type: array<System.String[]
- count
Type: System.Int32
- dialogResult
Type: System.Int32%
- onSolutionClose
Type: System.Boolean
Return Value
Type: System.Int32
Returns Int32.
.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.
See Also
Reference
IVersionControlService Interface
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace