SourceControlBindings Interface
Used to define source control bindings for objects.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.dll)
Syntax
'Declaration
<GuidAttribute("544A6477-BE0B-42ED-B47B-553ED8C5F22C")> _
Public Interface SourceControlBindings
[GuidAttribute("544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface SourceControlBindings
[GuidAttribute(L"544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface class SourceControlBindings
[<GuidAttribute("544A6477-BE0B-42ED-B47B-553ED8C5F22C")>]
type SourceControlBindings = interface end
public interface SourceControlBindings
The SourceControlBindings type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
DTE | Gets the top-level extensibility object. |
![]() |
LocalBinding | Gets the local path to the project or solution's connection root. |
![]() |
Parent | Gets the immediate parent object of a SourceControlBindings object. |
![]() |
ProviderName | Gets the name adopted by the provider. |
![]() |
ProviderRegKey | Gets the registry path to the provider settings. |
![]() |
ServerBinding | Gets the location inside the source control store where the project or solution's connection root is bound. |
![]() |
ServerName | Gets the path to the source control server. |
Top
Remarks
Defines the relationships between source code control providers like Visual SourceSafe's server path and the local file system folder.