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

UnregisterSccProject() 공개 메소드

Called by projects registered with the source control portion of the environment before they are closed.
public UnregisterSccProject ( [ pscp2Project ) : int
pscp2Project [
리턴 int
        public int UnregisterSccProject([InAttribute] IVsSccProject2 pscp2Project)
        {
            return VSConstants.S_OK;
        }
SccProviderService