Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a Quick Info source for the specified context.
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
Parameters
textBuffer
Type: Microsoft.VisualStudio.Text.ITextBufferThe text buffer for which to create a provider.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense.IQuickInfoSource
A valid IQuickInfoSource, or nulla null reference (Nothing in Visual Basic) if none could be created.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.