ArcObjects Library Reference (CatalogUI)  

IFindDialog.DoSearch Method

Starts executing the search defined by the query.

[Visual Basic .NET]
Public Sub DoSearch ( _
    ByVal pQuery As IQuery _
)
[C#]
public void DoSearch (
    IQuery pQuery
);

Product Availability

Available with ArcGIS Desktop.

See Also

IFindDialog Interface