IVsUIElementPane.CreateUIElementPane(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.