Share via


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

'Déclaration
<InterfaceTypeAttribute()> _
<GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")> _
Public Interface IVsSccProject2
'Utilisation
Dim instance As IVsSccProject2
[InterfaceTypeAttribute()]
[GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")]
public interface IVsSccProject2
[InterfaceTypeAttribute()]
[GuidAttribute(L"53544C4D-AC92-49AC-9172-603E01FA483A")]
public interface class IVsSccProject2
public interface IVsSccProject2

Remarks

See illustrations of the implementation and/or calling of this interface in the samples Basic Project and Figures Project.

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.

See Also

Reference

IVsSccProject2 Members

Microsoft.VisualStudio.Shell.Interop Namespace