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
Retours
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.