ApplyChangesOperation(Solution) Constructor
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.
A CodeActionOperation for applying solution changes to a workspace. GetOperationsAsync(CancellationToken) may return at most one ApplyChangesOperation. Hosts may provide custom handling for ApplyChangesOperations, but if a CodeAction requires custom host behavior not supported by a single ApplyChangesOperation, then instead:
public:
ApplyChangesOperation(Microsoft::CodeAnalysis::Solution ^ changedSolution);
public ApplyChangesOperation (Microsoft.CodeAnalysis.Solution changedSolution);
new Microsoft.CodeAnalysis.CodeActions.ApplyChangesOperation : Microsoft.CodeAnalysis.Solution -> Microsoft.CodeAnalysis.CodeActions.ApplyChangesOperation
Public Sub New (changedSolution As Solution)
Parameters
- changedSolution
- Solution
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.