Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assemblies: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
'Declaration
Function CreateUIElementOfType ( _
pUnkElementType As Object, _
<OutAttribute> ByRef ppUIElement As IVsUIElement _
) As Integer
'Usage
Dim instance As IVsUIWpfLoader
Dim pUnkElementType As Object
Dim ppUIElement As IVsUIElement
Dim returnValue As Integer
returnValue = instance.CreateUIElementOfType(pUnkElementType, _
ppUIElement)
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.