IVsToolbox.GetFrame(IVsWindowFrame) Méthode

Définition

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

Int32

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  
);  

S’applique à