VCDesignElements.Find(String) Method
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.
Microsoft internal use only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
System::Object ^ Find(System::String ^ bstrSearch);
public:
Platform::Object ^ Find(Platform::String ^ bstrSearch);
winrt::Windows::Foundation::IInspectable Find(std::wstring const & bstrSearch);
[System.Runtime.InteropServices.DispId(4)]
public object Find (string bstrSearch);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member Find : string -> obj
Public Function Find (bstrSearch As String) As Object
Parameters
- bstrSearch
- String
Search string.
Returns
An object.
- Attributes