IVsSccProject2 Interface
Implemented in a project system to provide source control for project files and project items.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
声明
<GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")> _
<InterfaceTypeAttribute()> _
Public Interface IVsSccProject2
用法
Dim instance As IVsSccProject2
[GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")]
[InterfaceTypeAttribute()]
public interface IVsSccProject2
[GuidAttribute(L"53544C4D-AC92-49AC-9172-603E01FA483A")]
[InterfaceTypeAttribute()]
public interface class IVsSccProject2
[<GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")>]
[<InterfaceTypeAttribute()>]
type IVsSccProject2 = interface end
public interface IVsSccProject2
Remarks
Notes to Implementers
Implemented by project objects where a project and its project items use source control.
Notes to Callers
This interface is called by the environment.