DExploreAppObjClass.GetObject(String, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Action déconseillée. Utilisez GetObject(String, String) à la place.
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
Paramètres
- bstrMoniker
- String
ne pas utiliser
- bstrOptions
- String
ne pas utiliser
Retours
Retourne un objet d'aide.
Implémente
- Attributs