Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets a SourceControl object that allows you to manipulate the source code control state of the file behind the object.
Namespace: EnvDTE80
Assembly: EnvDTE80 (in EnvDTE80.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(DTE2.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.