public void Replace( StorableObject[] oObjectsInSearchResults, string strTextToFind, string strReplaceWith )
public: void Replace( array<StorableObject^>^ oObjectsInSearchResults, String^ strTextToFind, String^ strReplaceWith )
Parameters
| Parameter Name | Description |
|---|---|
| oObjectsInSearchResults | Objects found by a Search class for which we are replacing text. |
| strTextToFind | Text that we want to find. |
| strReplaceWith | Text that we want to replace with. |