Freigeben über


SourceControl2.GetBindings-Methode

Ruft die Quellcodeverwaltungsbindung für ein Objekt des angegebenen Projekts oder der Projektmappe ab.

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

Syntax

'Declaration
Function GetBindings ( _
    ItemPath As String _
) As SourceControlBindings
SourceControlBindings GetBindings(
    string ItemPath
)
SourceControlBindings^ GetBindings(
    [InAttribute] String^ ItemPath
)
abstract GetBindings : 
        ItemPath:string -> SourceControlBindings
function GetBindings(
    ItemPath : String
) : SourceControlBindings

Parameter

  • ItemPath
    Typ: String

    Dateipfad zu einer Datei, die der Quellcodeverwaltung unterliegt.

Rückgabewert

Typ: EnvDTE80.SourceControlBindings
Ein SourceControlBindings-Objekt.

.NET Framework-Sicherheit

Siehe auch

Referenz

SourceControl2 Schnittstelle

EnvDTE80-Namespace