Freigeben über


Workspace.CanApplyChange(ApplyChangesKind) Methode

Definition

Bestimmt, ob die spezifische Art der Änderung von der TryApplyChanges(Solution) Methode unterstützt wird.

public:
 virtual bool CanApplyChange(Microsoft::CodeAnalysis::ApplyChangesKind feature);
public virtual bool CanApplyChange (Microsoft.CodeAnalysis.ApplyChangesKind feature);
abstract member CanApplyChange : Microsoft.CodeAnalysis.ApplyChangesKind -> bool
override this.CanApplyChange : Microsoft.CodeAnalysis.ApplyChangesKind -> bool
Public Overridable Function CanApplyChange (feature As ApplyChangesKind) As Boolean

Parameter

Gibt zurück

Gilt für: