Share via


Metodo SourceControl2.CheckOutItem2

Controlla l'elemento specificato dal controllo del codice sorgente.

Spazio dei nomi:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Sintassi

'Dichiarazione
Function CheckOutItem2 ( _
    ItemName As String, _
    Flags As vsSourceControlCheckOutOptions _
) As Boolean
bool CheckOutItem2(
    string ItemName,
    vsSourceControlCheckOutOptions Flags
)
bool CheckOutItem2(
    [InAttribute] String^ ItemName, 
    [InAttribute] vsSourceControlCheckOutOptions Flags
)
abstract CheckOutItem2 : 
        ItemName:string * 
        Flags:vsSourceControlCheckOutOptions -> bool 
function CheckOutItem2(
    ItemName : String, 
    Flags : vsSourceControlCheckOutOptions
) : boolean

Parametri

  • ItemName
    Tipo: System.String
    Il nome del percorso completo del file estrarre.

Valore restituito

Tipo: System.Boolean
true se l'elemento correttamente è stato estratto, in caso contrario, False.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SourceControl2 Interfaccia

Spazio dei nomi EnvDTE80