DExploreAppObjClass.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.
Deprecated. Use GetObject(String, String) instead.
public:
virtual System::Object ^ GetObject(System::String ^ bstrMoniker, System::String ^ bstrOptions) = Microsoft::VisualStudio::VSHelp::Help::GetObject;
public:
virtual Platform::Object ^ GetObject(Platform::String ^ bstrMoniker, Platform::String ^ bstrOptions) = Microsoft::VisualStudio::VSHelp::Help::GetObject;
virtual winrt::Windows::Foundation::IInspectable GetObject(std::wstring const & bstrMoniker, std::wstring const & bstrOptions);
[System.Runtime.InteropServices.DispId(27)]
public virtual object GetObject (string bstrMoniker, string bstrOptions);
[<System.Runtime.InteropServices.DispId(27)>]
abstract member GetObject : string * string -> obj
override this.GetObject : string * string -> obj
Public Overridable Function GetObject (bstrMoniker As String, bstrOptions As String) As Object
Parameters
- bstrMoniker
- String
do not use
- bstrOptions
- String
do not use
Returns
Returns a help object.
Implements
- Attributes