IVsToolbox.GetFrame(IVsWindowFrame) Yöntem

Tanım

İçin pencere çerçevesini döndürür 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

Parametreler

ppWindowFrame
IVsWindowFrame

[Out, retval] Araç kutusu için pencere çerçevesinin işaretçisi.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell. IDL dosyasından:

HRESULT IVsToolbox::GetFrame(  
   [out, retval]IVsWindowFrame** ppWindowFrame  
);  

Şunlara uygulanır