Share via


ISupportedChangesService.CanApplyChange(ApplyChangesKind) Method

Definition

Determines if the specific kind of change is supported by the TryApplyChanges(Solution) method.

public bool CanApplyChange (Microsoft.CodeAnalysis.ApplyChangesKind kind);
abstract member CanApplyChange : Microsoft.CodeAnalysis.ApplyChangesKind -> bool
Public Function CanApplyChange (kind As ApplyChangesKind) As Boolean

Parameters

Returns

Applies to