Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace:  Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly:  Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Function CheckoutDialog ( _
    context As VersionControlContextFlags, _
    items As String(), _
    <OutAttribute> checkedItems As Integer(), _
    count As Integer, _
    <OutAttribute> ByRef pForceExclusiveCheckout As Boolean, _
    <OutAttribute> ByRef pCheckoutLocalVersion As Boolean, _
    <OutAttribute> ByRef pProviderData As IntPtr, _
    <OutAttribute> ByRef dialogResult As Integer _
) As Integer
int CheckoutDialog(
    VersionControlContextFlags context,
    string[] items,
    int[] checkedItems,
    int count,
    out bool pForceExclusiveCheckout,
    out bool pCheckoutLocalVersion,
    out IntPtr pProviderData,
    out int dialogResult
)
int CheckoutDialog(
    [InAttribute] VersionControlContextFlags context, 
    [InAttribute] array<String^>^ items, 
    [InAttribute] [OutAttribute] array<int>^ checkedItems, 
    int count, 
    [InAttribute] [OutAttribute] bool% pForceExclusiveCheckout, 
    [OutAttribute] bool% pCheckoutLocalVersion, 
    [OutAttribute] IntPtr% pProviderData, 
    [OutAttribute] int% dialogResult
)
abstract CheckoutDialog : 
        context:VersionControlContextFlags * 
        items:string[] * 
        checkedItems:int[] byref * 
        count:int * 
        pForceExclusiveCheckout:bool byref * 
        pCheckoutLocalVersion:bool byref * 
        pProviderData:IntPtr byref * 
        dialogResult:int byref -> int
function CheckoutDialog(
    context : VersionControlContextFlags, 
    items : String[], 
    checkedItems : int[], 
    count : int, 
    pForceExclusiveCheckout : boolean, 
    pCheckoutLocalVersion : boolean, 
    pProviderData : IntPtr, 
    dialogResult : int
) : int
Parameters
- items
 Type: array<System.String[]
- checkedItems
 Type: array<System.Int32[]
- count
 Type: System.Int32
- pForceExclusiveCheckout
 Type: System.Boolean%
- pCheckoutLocalVersion
 Type: System.Boolean%
- pProviderData
 Type: System.IntPtr%
- dialogResult
 Type: System.Int32%
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