Udostępnij za pośrednictwem


Metoda IVsUIElementPane.CreateUIElementPane — (Object)

 

Tworzy okienka.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop.10.0 (w Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Składnia

int CreateUIElementPane(
    out object punkUIElement
)
int CreateUIElementPane(
    [OutAttribute] Object^% punkUIElement
)
abstract CreateUIElementPane : 
        punkUIElement:Object byref -> int
Function CreateUIElementPane (
    <OutAttribute> ByRef punkUIElement As Object
) As Integer

Parametry

  • punkUIElement
    [out] Element utworzony.

Wartość zwracana

Type: System.Int32

Jeśli metoda się powiedzie, zwraca S_OK.Jeśli nie powiedzie się, zwraca kod błędu.

Uwagi

Środowiska naturalnego wymaga tej metody żądania zawartości ramki.Może być dowolną z następujących czynności:

Odpowiednie środki ograniczające rozprzestrzenianie jest generowany w zależności od implementacji.

Zobacz też

Interfejs IVsUIElementPane
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku