IVsUIElementPane.CreateUIElementPane Method
Creates the pane.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function CreateUIElementPane ( _
<OutAttribute> ByRef punkUIElement As Object _
) As Integer
int CreateUIElementPane(
out Object punkUIElement
)
int CreateUIElementPane(
[OutAttribute] Object^% punkUIElement
)
abstract CreateUIElementPane :
punkUIElement:Object byref -> int
function CreateUIElementPane(
punkUIElement : Object
) : int
Parameters
punkUIElement
Type: System.Object%[out] The created element.
Return Value
Type: System.Int32
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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.