次の方法で共有


IVsUIWpfElement.CreateFrameworkElement Method

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assemblies:   Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Syntax

'宣言
Function CreateFrameworkElement ( _
    <OutAttribute> ByRef ppUnkElement As Object _
) As Integer
'使用
Dim instance As IVsUIWpfElement
Dim ppUnkElement As Object
Dim returnValue As Integer

returnValue = instance.CreateFrameworkElement(ppUnkElement)
int CreateFrameworkElement(
    out Object ppUnkElement
)
int CreateFrameworkElement(
    [OutAttribute] Object^% ppUnkElement
)
abstract CreateFrameworkElement : 
        ppUnkElement:Object byref -> int 
function CreateFrameworkElement(
    ppUnkElement : Object
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsUIWpfElement Interface

IVsUIWpfElement Members

Microsoft.VisualStudio.Shell.Interop Namespace