IVsToolbox.GetFrame(IVsWindowFrame) 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.
Retourne le frame de fenêtre pour Toolbox.
public:
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ % ppWindowFrame);
public:
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame ^ & ppWindowFrame);
int GetFrame([Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsWindowFrame const & & ppWindowFrame);
public int GetFrame (out Microsoft.VisualStudio.Shell.Interop.IVsWindowFrame ppWindowFrame);
abstract member GetFrame : IVsWindowFrame -> int
Public Function GetFrame (ByRef ppWindowFrame As IVsWindowFrame) As Integer
Paramètres
- ppWindowFrame
- IVsWindowFrame
[out, retval] Pointeur vers le frame de fenêtre de la boîte à outils.
Retours
Si la méthode réussit, retourne S_OK. En cas d'échec, retourne un code d'erreur.
Remarques
Signature COM
À partir de vsshell. idl :
HRESULT IVsToolbox::GetFrame(
[out, retval]IVsWindowFrame** ppWindowFrame
);