ICompletionPresenter.Open Метод

Определение

Перегрузки

Open(CompletionPresentationViewModel)

Открывает пользовательский интерфейс и отображает предоставленные данные

Open(IAsyncCompletionSession, CompletionPresentationViewModel)

Open(CompletionPresentationViewModel)

Открывает пользовательский интерфейс и отображает предоставленные данные

public:
 void Open(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionPresentationViewModel ^ presentation);
public void Open (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresentationViewModel presentation);
abstract member Open : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresentationViewModel -> unit
Public Sub Open (presentation As CompletionPresentationViewModel)

Параметры

presentation
CompletionPresentationViewModel

Данные, отображаемые в пользовательском интерфейсе

Применяется к

Open(IAsyncCompletionSession, CompletionPresentationViewModel)

public:
 void Open(Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::IAsyncCompletionSession ^ session, Microsoft::VisualStudio::Language::Intellisense::AsyncCompletion::Data::CompletionPresentationViewModel ^ presentation);
public void Open (Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession session, Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresentationViewModel presentation);
abstract member Open : Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.IAsyncCompletionSession * Microsoft.VisualStudio.Language.Intellisense.AsyncCompletion.Data.CompletionPresentationViewModel -> unit
Public Sub Open (session As IAsyncCompletionSession, presentation As CompletionPresentationViewModel)

Параметры

Применяется к