Microsoft.VisualStudio.Project.SuspendFileChanges.SuspendFileChanges C# (CSharp) Метод

SuspendFileChanges() публичный Метод

public SuspendFileChanges ( System.IServiceProvider site, string document ) : System
site System.IServiceProvider
document string
Результат System
        public SuspendFileChanges(IServiceProvider site, string document)
        {
            this.site = site;
            this.documentFileName = document;
        }