SourceControl2.GetBindings(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取指定对象或解决方案的源控件绑定对象。
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
参数
- ItemPath
- String
源控件下的文件的文件路径。
返回
- 属性