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