Поделиться через


ICompletionSourceProvider.TryCreateCompletionSource - метод

Создает поставщик завершений для заданного контекста.

Пространство имен:  Microsoft.VisualStudio.Language.Intellisense
Сборка:  Microsoft.VisualStudio.Language.Intellisense (в Microsoft.VisualStudio.Language.Intellisense.dll)

Синтаксис

'Декларация
Function TryCreateCompletionSource ( _
    textBuffer As ITextBuffer _
) As ICompletionSource
ICompletionSource TryCreateCompletionSource(
    ITextBuffer textBuffer
)
ICompletionSource^ TryCreateCompletionSource(
    ITextBuffer^ textBuffer
)
abstract TryCreateCompletionSource : 
        textBuffer:ITextBuffer -> ICompletionSource
function TryCreateCompletionSource(
    textBuffer : ITextBuffer
) : ICompletionSource

Параметры

Возвращаемое значение

Тип: Microsoft.VisualStudio.Language.Intellisense.ICompletionSource
Допустимо ICompletionSource экземпляр или nullссылка NULL (Nothing в Visual Basic) если создать ничего не удалось.

Безопасность платформы .NET Framework

См. также

Ссылки

ICompletionSourceProvider Интерфейс

Microsoft.VisualStudio.Language.Intellisense - пространство имен