SourceControlBindings Interface
Visual Studio 2015
Used to define source control bindings for objects.
Assembly: EnvDTE80 (in EnvDTE80.dll)
| 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. |
Defines the relationships between source code control providers like Visual SourceSafe's server path and the local file system folder.
Show:
