Freigeben über


IQuickInfoSourceProvider.TryCreateQuickInfoSource-Methode

Erstellt eine QuickInfo Quelle für den angegebenen Kontext.

Namespace:  Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

Syntax

'Declaration
Function TryCreateQuickInfoSource ( _
    textBuffer As ITextBuffer _
) As IQuickInfoSource
IQuickInfoSource TryCreateQuickInfoSource(
    ITextBuffer textBuffer
)
IQuickInfoSource^ TryCreateQuickInfoSource(
    ITextBuffer^ textBuffer
)
abstract TryCreateQuickInfoSource : 
        textBuffer:ITextBuffer -> IQuickInfoSource
function TryCreateQuickInfoSource(
    textBuffer : ITextBuffer
) : IQuickInfoSource

Parameter

Rückgabewert

Typ: Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSource
Ein gültiger IQuickInfoSourceoder nullein Nullverweis (Nothing in Visual Basic) , wenn keine erstellt werden konnte.

.NET Framework-Sicherheit

Siehe auch

Referenz

IQuickInfoSourceProvider Schnittstelle

Microsoft.VisualStudio.Language.Intellisense-Namespace