Metoda IVsToolbox2.GetFrame — (IVsWindowFrame)
Zwraca obramowanie okna w przyborniku.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int GetFrame(
out IVsWindowFrame ppWindowFrame
)
int GetFrame(
[OutAttribute] IVsWindowFrame^% ppWindowFrame
)
abstract GetFrame :
ppWindowFrame:IVsWindowFrame byref -> int
Function GetFrame (
<OutAttribute> ByRef ppWindowFrame As IVsWindowFrame
) As Integer
Parametry
- ppWindowFrame
[out, retval] Wskaźnik do ramki okna w przyborniku.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Implementuje
IVsToolbox.GetFrame(IVsWindowFrame)
Uwagi
Podpis COM
Z vsshell.idl:
HRESULT IVsToolbox2::GetFrame(
[out, retval]IVsWindowFrame** ppWindowFrame
);
Zobacz też
Interfejs IVsToolbox2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku