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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.