SuggestionServiceBase.TryUpdateProposal(ITextView, ProposalBase) 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.
Essayez de mettre à jour une proposal
modification donnée de la vue et de la mémoire tampon sous-jacente.
public virtual Microsoft.VisualStudio.Language.Proposals.ProposalBase? TryUpdateProposal (Microsoft.VisualStudio.Text.Editor.ITextView view, Microsoft.VisualStudio.Language.Proposals.ProposalBase proposal);
abstract member TryUpdateProposal : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Language.Proposals.ProposalBase -> Microsoft.VisualStudio.Language.Proposals.ProposalBase
override this.TryUpdateProposal : Microsoft.VisualStudio.Text.Editor.ITextView * Microsoft.VisualStudio.Language.Proposals.ProposalBase -> Microsoft.VisualStudio.Language.Proposals.ProposalBase
Public Overridable Function TryUpdateProposal (view As ITextView, proposal As ProposalBase) As ProposalBase
Paramètres
- view
- ITextView
- proposal
- ProposalBase
Retours
Proposition mise à jour ou null si les modifications sont incompatibles avec proposal
.
Remarques
Doit être appelé à partir du thread d’interface utilisateur.