SourceControl2.GetBindings(String) Method

Definition

Gets the source control bindings object of the specified project or solution.

public:
 EnvDTE80::SourceControlBindings ^ GetBindings(System::String ^ ItemPath);
public:
 EnvDTE80::SourceControlBindings ^ GetBindings(Platform::String ^ ItemPath);
EnvDTE80::SourceControlBindings GetBindings(std::wstring const & ItemPath);
[System.Runtime.InteropServices.DispId(10)]
public EnvDTE80.SourceControlBindings GetBindings (string ItemPath);
[<System.Runtime.InteropServices.DispId(10)>]
abstract member GetBindings : string -> EnvDTE80.SourceControlBindings
Public Function GetBindings (ItemPath As String) As SourceControlBindings

Parameters

ItemPath
String

File path to a file under source control.

Returns

A SourceControlBindings object.

Attributes

Applies to