Compartilhar via


DExploreAppObjClass.GetObject(String, String) Method

Definition

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

Applies to