DTEClass.SourceControl Property

Definition

For more information on this property, refer to SourceControl.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property EnvDTE::SourceControl ^ SourceControl { EnvDTE::SourceControl ^ get(); };
public:
 virtual property EnvDTE::SourceControl ^ SourceControl { EnvDTE::SourceControl ^ get(); };
[System.Runtime.InteropServices.DispId(242)]
public virtual EnvDTE.SourceControl SourceControl { [System.Runtime.InteropServices.DispId(242)] get; }
[<System.Runtime.InteropServices.DispId(242)>]
[<get: System.Runtime.InteropServices.DispId(242)>]
member this.SourceControl : EnvDTE.SourceControl
Public Overridable ReadOnly Property SourceControl As SourceControl

Property Value

The source control module.

Implements

Attributes

Applies to