Workspace.CanApplyChange(ApplyChangesKind) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Détermine si le type de modification spécifique est pris en charge par la TryApplyChanges(Solution) méthode.
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
Paramètres
- feature
- ApplyChangesKind