VCDesignElements.Find(String) Method

Definition

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

Applies to