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.
Attempts to create a smart tag source for the specified buffer.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Function TryCreateSmartTagSource ( _
textBuffer As ITextBuffer _
) As ISmartTagSource
ISmartTagSource TryCreateSmartTagSource(
ITextBuffer textBuffer
)
ISmartTagSource^ TryCreateSmartTagSource(
ITextBuffer^ textBuffer
)
abstract TryCreateSmartTagSource :
textBuffer:ITextBuffer -> ISmartTagSource
function TryCreateSmartTagSource(
textBuffer : ITextBuffer
) : ISmartTagSource
Parameters
textBuffer
Type: Microsoft.VisualStudio.Text.ITextBufferThe text buffer for which to create a smart tag source.
Return Value
Type: Microsoft.VisualStudio.Language.Intellisense.ISmartTagSource
The ISmartTagSource, or nulla null reference (Nothing in Visual Basic) if no smart tag source 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.