IVsUIElementPane.CreateUIElementPane(Object) Method

Definition

Creates the pane.

public:
 int CreateUIElementPane([Runtime::InteropServices::Out] System::Object ^ % punkUIElement);
int CreateUIElementPane([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & punkUIElement);
public int CreateUIElementPane (out object punkUIElement);
abstract member CreateUIElementPane : obj -> int
Public Function CreateUIElementPane (ByRef punkUIElement As Object) As Integer

Parameters

punkUIElement
Object

[out] The created element.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

The environment calls this method to request the content for the frame. This may be any of the following:

The appropriate containment is generated depending on the implementation.

Applies to