MonoDevelop.Projects.Formats.MSBuild.ProjectBuilder.RefreshWithContent C# (CSharp) Méthode

RefreshWithContent() public méthode

public RefreshWithContent ( string projectContent ) : void
projectContent string
Résultat void
		public void RefreshWithContent (string projectContent)
		{
			buildEngine.UnloadProject (file);
			buildEngine.SetUnsavedProjectContent (file, projectContent);
		}