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

OnAfterCloseSolution() 공개 메소드

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