SourceControl Interface

Definition

Used to interact with current source control system.

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")]
public interface SourceControl
[<System.Runtime.InteropServices.Guid("F1DDC2C2-DF76-4EBB-9DE8-48AD2557062C")>]
[<System.Runtime.InteropServices.TypeLibType(4160)>]
type SourceControl = interface
[<System.Runtime.InteropServices.Guid("F1DDC2C2-DF76-4EBB-9DE8-48AD2557062C")>]
type SourceControl = interface
Public Interface SourceControl
Derived
Attributes

Properties

DTE

Gets the top-level extensibility object.

Parent

Gets the immediate parent object of a SourceControl object.

Methods

CheckOutItem(String)

Checks the specified item out of source control.

CheckOutItems(Object[])

Checks the specified items out of source control.

ExcludeItem(String, String)

Excludes the specified item from the source control project.

ExcludeItems(String, Object[])

Excludes the specified items from the specified project.

IsItemCheckedOut(String)

Retrieves a Boolean value that indicates whether the specified item is checked out.

IsItemUnderSCC(String)

Retrieves a Boolean value that indicates whether the specified item is under source control.

Applies to