SuggestionServiceBase.TryUpdateProposal(ITextView, ProposalBase) 메서드

정의

뷰 및 기본 버퍼에 proposal 대한 지정된 변경 내용을 업데이트해 봅니다.

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

매개 변수

view
ITextView
proposal
ProposalBase

반환

변경 내용이 과 proposal호환되지 않는 경우 업데이트된 제안 또는 null입니다.

설명

UI 스레드에서 호출해야 합니다.

적용 대상