IVsUIWpfLoader.CreateUIElementOfType Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaration
Function CreateUIElementOfType ( _
pUnkElementType As Object, _
<OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
int CreateUIElementOfType(
Object pUnkElementType,
out IVsUIElement ppUIElement
)
int CreateUIElementOfType(
[InAttribute] Object^ pUnkElementType,
[OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElementOfType :
pUnkElementType:Object *
ppUIElement:IVsUIElement byref -> int
function CreateUIElementOfType(
pUnkElementType : Object,
ppUIElement : IVsUIElement
) : int
Parameters
- pUnkElementType
Type: System.Object
- ppUIElement
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIElement%
Return Value
Type: System.Int32
.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.