Public Function Run( _ ByVal SearchOperand As IAgSearchPluginOperand, _ ByVal Testing As Boolean _ ) As Boolean
public bool Run( IAgSearchPluginOperand SearchOperand, bool Testing );
public: bool Run( IAgSearchPluginOperand ^ SearchOperand, bool ^ Testing );
public: HRESULT Run( IAgSearchPluginOperand * SearchOperand, VARIANT_BOOL * Testing, VARIANT_BOOL * pResult );
public bool run( IAgSearchPluginOperand SearchOperand, bool Testing );
IAgPluginSearch Interface