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
'Usage
Dim instance As SourceControlBindings
[GuidAttribute("544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface SourceControlBindings
[GuidAttribute(L"544A6477-BE0B-42ED-B47B-553ED8C5F22C")]
public interface class SourceControlBindings
public interface SourceControlBindings

Remarks

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

See Also

Reference

SourceControlBindings Members

EnvDTE80 Namespace