This topic has not yet been rated - Rate this topic

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)
public interface ISmartTagSource : IDisposable

The ISmartTagSource type exposes the following members.

  NameDescription
Public methodAugmentSmartTagSessionDetermines which SmartTagActionSet objects should be part of the specified ISmartTagSession.
Public methodDisposePerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.)
Top

For an example of the use of this interface, see Walkthrough: Displaying SmartTags.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.