GitScc.SccProviderService.OnBeforeCloseSolution C# (CSharp) Method

OnBeforeCloseSolution() public method

public OnBeforeCloseSolution ( [ pUnkReserved ) : int
pUnkReserved [
return int
        public int OnBeforeCloseSolution([In] Object pUnkReserved)
        {
            return VSConstants.S_OK;
        }
SccProviderService