SourceControl 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于与当前源控件系统进行交互。
public interface class SourceControl
public interface class SourceControl
__interface SourceControl
[System.Runtime.InteropServices.Guid("F1DDC2C2-DF76-4EBB-9DE8-48AD2557062C")]
[System.Runtime.InteropServices.TypeLibType(4160)]
public interface SourceControl
[<System.Runtime.InteropServices.Guid("F1DDC2C2-DF76-4EBB-9DE8-48AD2557062C")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type SourceControl = interface
Public Interface SourceControl
- 派生
- 属性
属性
| DTE |
获取顶级扩展性对象。 |
| Parent |
获取 SourceControl 对象的直接父对象。 |
方法
| CheckOutItem(String) |
将一个指定的项从源控件签出。 |
| CheckOutItems(Object[]) |
将多个指定的项从源控件签出。 |
| ExcludeItem(String, String) |
从源控件项目中排除指定的项。 |
| ExcludeItems(String, Object[]) |
从指定项目中排除指定的项。 |
| IsItemCheckedOut(String) |
检索一个布尔值,该值指示是否已签出指定项。 |
| IsItemUnderSCC(String) |
检索一个布尔值,该值指示指定项是否位于源控件下。 |