IAsyncQuickInfoSourceProvider.TryCreateQuickInfoSource(ITextBuffer) Méthode

Définition

Crée un IAsyncQuickInfoSource pour le ITextBuffer spécifié.

public:
 Microsoft::VisualStudio::Language::Intellisense::IAsyncQuickInfoSource ^ TryCreateQuickInfoSource(Microsoft::VisualStudio::Text::ITextBuffer ^ textBuffer);
public Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSource TryCreateQuickInfoSource (Microsoft.VisualStudio.Text.ITextBuffer textBuffer);
abstract member TryCreateQuickInfoSource : Microsoft.VisualStudio.Text.ITextBuffer -> Microsoft.VisualStudio.Language.Intellisense.IAsyncQuickInfoSource
Public Function TryCreateQuickInfoSource (textBuffer As ITextBuffer) As IAsyncQuickInfoSource

Paramètres

textBuffer
ITextBuffer

ITextBufferPour lequel cette source produit des éléments.

Retours

IAsyncQuickInfoSource

Instance de IAsyncQuickInfoSource pour textBuffer ou null si aucune source n’a pu être créée.

S’applique à