IVCWizCtlUI.FindSymbol(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.
Finds the specified symbol in the symbol table.
public:
System::Object ^ FindSymbol(System::String ^ bstrSymbol);
public:
Platform::Object ^ FindSymbol(Platform::String ^ bstrSymbol);
winrt::Windows::Foundation::IInspectable FindSymbol(std::wstring const & bstrSymbol);
[System.Runtime.InteropServices.DispId(1610743820)]
public object FindSymbol (string bstrSymbol);
[<System.Runtime.InteropServices.DispId(1610743820)>]
abstract member FindSymbol : string -> obj
Public Function FindSymbol (bstrSymbol As String) As Object
Parameters
- bstrSymbol
- String
Required. A string containing the symbol to find.
Returns
The symbol object.
- Attributes