SourceControlBindings Interface

 

Used to define source control bindings for objects.

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

[GuidAttribute("544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface SourceControlBindings

NameDescription
System_CAPS_pubpropertyDTE

Gets the top-level extensibility object.

System_CAPS_pubpropertyLocalBinding

Gets the local path to the project or solution's connection root.

System_CAPS_pubpropertyParent

Gets the immediate parent object of a SourceControlBindings object.

System_CAPS_pubpropertyProviderName

Gets the name adopted by the provider.

System_CAPS_pubpropertyProviderRegKey

Gets the registry path to the provider settings.

System_CAPS_pubpropertyServerBinding

Gets the location inside the source control store where the project or solution's connection root is bound.

System_CAPS_pubpropertyServerName

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.

Return to top
Show: