SearchControlAutomationPeer(SearchControl) Constructor
Definition
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.
Creates a new instance of the class with the specified common search control owner.
public:
SearchControlAutomationPeer(Microsoft::VisualStudio::PlatformUI::SearchControl ^ owner);
public SearchControlAutomationPeer (Microsoft.VisualStudio.PlatformUI.SearchControl owner);
new Microsoft.VisualStudio.PlatformUI.SearchControlAutomationPeer : Microsoft.VisualStudio.PlatformUI.SearchControl -> Microsoft.VisualStudio.PlatformUI.SearchControlAutomationPeer
Public Sub New (owner As SearchControl)
Parameters
- owner
- SearchControl
The owner of the class.