SourceControl2.GetBindings(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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