SourceControlBindings Interface

Definition

Used to define source control bindings for objects.

public interface class SourceControlBindings
public interface class SourceControlBindings
__interface SourceControlBindings
[System.Runtime.InteropServices.Guid("544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface SourceControlBindings
[System.Runtime.InteropServices.Guid("544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface SourceControlBindings
[<System.Runtime.InteropServices.Guid("544A6477-BE0B-42ED-B47B-553ED8C5F22C")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type SourceControlBindings = interface
[<System.Runtime.InteropServices.Guid("544A6477-BE0B-42ED-B47B-553ED8C5F22C")>]
type SourceControlBindings = interface
Public Interface SourceControlBindings
Attributes

Remarks

Defines the relationships between source code control providers like Visual SourceSafe's server path and the local file system folder.

Properties

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.

Applies to