Microsoft.VisualStudio.Project.SuspendFileChanges.SuspendFileChanges C# (CSharp) Méthode

SuspendFileChanges() public méthode

public SuspendFileChanges ( System.IServiceProvider site, string document ) : System
site System.IServiceProvider
document string
Résultat System
        public SuspendFileChanges(IServiceProvider site, string document)
        {
            this.site = site;
            this.documentFileName = document;
        }