Metoda WindowPane.IVsWindowPane.GetDefaultSize —
Uwaga: ten interfejs API jest już przestarzały.
Pobiera domyślny rozmiar okienka okno.Nieaktualne.
Przestrzeń nazw: Microsoft.VisualStudio.Shell
Zestaw: Microsoft.VisualStudio.Shell.11.0 (w Microsoft.VisualStudio.Shell.11.0.dll)
Składnia
'Deklaracja
<ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")> _
Private Function GetDefaultSize ( _
pSize As SIZE() _
) As Integer Implements IVsWindowPane.GetDefaultSize
[ObsoleteAttribute("The IVsWindowPane interface on the WindowPane is obsolete, use IVsUIElementPane")]
int IVsWindowPane.GetDefaultSize(
SIZE[] pSize
)
Parametry
- pSize
Typ: array<Microsoft.VisualStudio.OLE.Interop.SIZE[]
Tablica SIZE struktury.
Wartość zwracana
Typ: System.Int32
E_NOTIMPL .
Implementuje
IVsWindowPane.GetDefaultSize(array<SIZE[])
Uwagi
[T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] Interfejsu dla tej klasy jest przestarzała.Skorzystaj z [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] zamiast.
Zabezpieczenia programu .NET Framework
- Pełne zaufanie do bezpośredniego wywołującego. Tego elementu członkowskiego nie można używać w kodzie częściowo zaufanym. Aby uzyskać więcej informacji, zobacz Przy użyciu bibliotek z częściowo zaufanego kodu..