SolutionEditor Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An editor for making changes to multiple documents in a solution.
public ref class SolutionEditor
public class SolutionEditor
type SolutionEditor = class
Public Class SolutionEditor
- Inheritance
-
SolutionEditor
Constructors
SolutionEditor(Solution) |
An editor for making changes to multiple documents in a solution. |
Properties
OriginalSolution |
The Solution that was specified when the SolutionEditor was constructed. |
Methods
GetChangedSolution() |
Returns the changed Solution. |
GetDocumentEditorAsync(DocumentId, CancellationToken) |
Gets the DocumentEditor for the corresponding DocumentId. |
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.