Microsoft.VisualStudio.Text.Utilities.Automation Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Automation |
This class provides the very core properties needed for an automated object. Its purpose is to gather the commonalities of objects that provide automation. It's also used to enforce every automated object to implement the set of basic properties defined in this class. |
IAutomated |
This interface must be implemented by any element that is automated. It provides a reference to the IAutomationAdapter that's used by the object to provide automation. |
IAutomation |
Defines the core properties necessary for an object to be automated. All objects willing to provide automation support must provide an implementation of this interface (this is usually done by implementing IAutomatedElement). |
IAutomation |
Defines the core properties necessary for an object to be automated. All objects willing to provide automation support must provide an implementation of this interface (this is usually done by implementing IAutomatedElement). The templated interface, in addition to IAutomationAdapter holds a reference to the object being automated. |