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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.