Click to Rate and Give Feedback
MSDN
MSDN Library
Visual Studio 2005
Visual Studio
Visual Studio SDK
Reference
Interfaces

  Switch on low bandwidth view
This page is specific to
Microsoft Visual Studio 2005/.NET Framework 2.0

Other versions are also available for the following:
Visual Studio SDK
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)

Visual Basic (Declaration)
<GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")> _
<InterfaceTypeAttribute(1)> _
Public Interface IVsSccProject2
Visual Basic (Usage)
Dim instance As IVsSccProject2
C#
[GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A")] 
[InterfaceTypeAttribute(1)] 
public interface IVsSccProject2
C++
[GuidAttribute(L"53544C4D-AC92-49AC-9172-603E01FA483A")] 
[InterfaceTypeAttribute(1)] 
public interface class IVsSccProject2
J#
/** @attribute GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A") */ 
/** @attribute InterfaceTypeAttribute(1) */ 
public interface IVsSccProject2
JScript
GuidAttribute("53544C4D-AC92-49AC-9172-603E01FA483A") 
InterfaceTypeAttribute(1) 
public interface IVsSccProject2

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

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.

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker