SuggestionServiceBase.GetDisplayedProposal(ITextView) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the proposal being displayed in view
, if any.
public virtual Microsoft.VisualStudio.Language.Proposals.ProposalBase? GetDisplayedProposal (Microsoft.VisualStudio.Text.Editor.ITextView view);
abstract member GetDisplayedProposal : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Proposals.ProposalBase
override this.GetDisplayedProposal : Microsoft.VisualStudio.Text.Editor.ITextView -> Microsoft.VisualStudio.Language.Proposals.ProposalBase
Public Overridable Function GetDisplayedProposal (view As ITextView) As ProposalBase
Parameters
- view
- ITextView