ISmartTagSource Interface
Defines a source for smart tag data.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Interface ISmartTagSource _
Inherits IDisposable
public interface ISmartTagSource : IDisposable
public interface class ISmartTagSource : IDisposable
type ISmartTagSource =
interface
interface IDisposable
end
public interface ISmartTagSource extends IDisposable
The ISmartTagSource type exposes the following members.
Methods
Name | Description | |
---|---|---|
AugmentSmartTagSession | Determines which SmartTagActionSet objects should be part of the specified ISmartTagSession. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) |
Top
Examples
For an example of the use of this interface, see Walkthrough: Displaying SmartTags.