IVsUIWpfElement.CreateFrameworkElement Method
Creates a Windows Presentation Foundation user interface element.
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 CreateFrameworkElement ( _
<OutAttribute> ByRef ppUnkElement As Object _
) As Integer
int CreateFrameworkElement(
out Object ppUnkElement
)
int CreateFrameworkElement(
[OutAttribute] Object^% ppUnkElement
)
abstract CreateFrameworkElement :
ppUnkElement:Object byref -> int
function CreateFrameworkElement(
ppUnkElement : Object
) : int
Parameters
ppUnkElement
Type: System.Object%[out] Location to return the interface for the new element.
Return Value
Type: System.Int32
Returns S_OK if the element was created.
.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.