IVsSccManager3.UnregisterSccProject(IVsSccProject2) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int UnregisterSccProject(Microsoft::VisualStudio::Shell::Interop::IVsSccProject2 ^ pscp2Project);
public:
int UnregisterSccProject(Microsoft::VisualStudio::Shell::Interop::IVsSccProject2 ^ pscp2Project);
int UnregisterSccProject(Microsoft::VisualStudio::Shell::Interop::IVsSccProject2 const & pscp2Project);
public int UnregisterSccProject (Microsoft.VisualStudio.Shell.Interop.IVsSccProject2 pscp2Project);
abstract member UnregisterSccProject : Microsoft.VisualStudio.Shell.Interop.IVsSccProject2 -> int
Public Function UnregisterSccProject (pscp2Project As IVsSccProject2) As Integer
Parameters
- pscp2Project
- IVsSccProject2