IVCWizCtlUI.FindSymbol(String) Method

Definition

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

Applies to