Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets the source control bindings object of the specified project or solution.
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
Parameters
- ItemPath
Type: System.String
File path to a file under source control. 
Return Value
Type: EnvDTE80.SourceControlBindings
A SourceControlBindings object.
.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.