Help2.GetObject(String, 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.
public:
System::Object ^ GetObject(System::String ^ bstrMoniker, System::String ^ bstrOptions);
public:
Platform::Object ^ GetObject(Platform::String ^ bstrMoniker, Platform::String ^ bstrOptions);
winrt::Windows::Foundation::IInspectable GetObject(std::wstring const & bstrMoniker, std::wstring const & bstrOptions);
[System.Runtime.InteropServices.DispId(27)]
public object GetObject (string bstrMoniker, string bstrOptions);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member GetObject : string * string -> obj
Public Function GetObject (bstrMoniker As String, bstrOptions As String) As Object
Parameters
- bstrMoniker
- String
- bstrOptions
- String
Returns
Returns a help object.
Implements
- Attributes