Metodo WindowPane.IVsWindowPane.GetDefaultSize
Nota: questa API è ora obsoleta.
Ottiene la dimensione predefinita del riquadro.obsoleto.
Spazio dei nomi: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Sintassi
'Dichiarazione
<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
)
Parametri
- pSize
Tipo: array<Microsoft.VisualStudio.OLE.Interop.SIZE[]
una matrice di SIZE strutture.
Valore restituito
Tipo: System.Int32
E_NOTIMPL .
Implementa
IVsWindowPane.GetDefaultSize(array<SIZE[])
Note
l'interfaccia di [T:Microsoft.VisualStudio.Shell.Interop.][IVsWindowPane] su questa classe è obsoleta. utilizzo [T:Microsoft.VisualStudio.Shell.Interop.][IVsUIElementPane] anziché.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.