GitScc.SccProviderService.OnBeforeCloseSolution C# (CSharp) 메소드

OnBeforeCloseSolution() 공개 메소드

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