_DTE.SourceControl Property
Gets a SourceControl object that allows you to manipulate the source code control state of the file behind the object.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property SourceControl As SourceControl
SourceControl SourceControl { get; }
property SourceControl^ SourceControl {
SourceControl^ get ();
}
abstract SourceControl : SourceControl with get
function get SourceControl () : SourceControl
Property Value
Type: EnvDTE.SourceControl
A SourceControl object.
Examples
Sub SourceControlExample()
MsgBox(DTE.SourceControl.DTE)
End Sub
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.