Metoda IVsUIElementPane.GetDefaultUIElementSize — (SIZE )
Pobiera domyślny rozmiar elementu.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Składnia
int GetDefaultUIElementSize(
SIZE[] psize
)
int GetDefaultUIElementSize(
array<SIZE>^ psize
)
abstract GetDefaultUIElementSize :
psize:SIZE[] -> int
Function GetDefaultUIElementSize (
psize As SIZE()
) As Integer
Parametry
- psize
[out] Rozmiar.
Wartość zwracana
Type: System.Int32
Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.
Uwagi
Visual Studio wywołuje tę metodę, aby zażądać wymiary narzędzie na jej początku będą wyświetlane.Rozmiary kolejnych pochodzą z utrwalonym układu.
Zobacz też
Interfejs IVsUIElementPane
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku