Freigeben über


SourceControl2.CheckOutItem2-Methode

Checkt das angegebene Element aus der Quellcodeverwaltung aus.

Namespace:  EnvDTE80
Assembly:  EnvDTE80 (in EnvDTE80.dll)

Syntax

'Declaration
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

Parameter

  • ItemName
    Typ: String

    Der vollständige Pfad zur Datei, die ausgecheckt werden soll.

Rückgabewert

Typ: Boolean
true , wenn das Element erfolgreich ausgecheckt wurde, andernfalls False.

.NET Framework-Sicherheit

Siehe auch

Referenz

SourceControl2 Schnittstelle

EnvDTE80-Namespace