_DTE.SourceControl Свойство

Определение

Возвращает объект SourceControl, который позволяет изменять состояние файла объекта в системе управления версиями.

public:
 property EnvDTE::SourceControl ^ SourceControl { EnvDTE::SourceControl ^ get(); };
public:
 property EnvDTE::SourceControl ^ SourceControl { EnvDTE::SourceControl ^ get(); };
[System.Runtime.InteropServices.DispId(242)]
public 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 ReadOnly Property SourceControl As SourceControl

Значение свойства

SourceControl

Объект SourceControl.

Атрибуты

Примеры

Sub SourceControlExample()  
  MsgBox(DTE.SourceControl.DTE)  
End Sub  

Применяется к