SearchControlAutomationPeer(SearchControl) Constructor

Definition

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.

Applies to