IVsUIWpfLoader.CreateUIElement – metoda (String, String, IVsUIElement)
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop.10.0 (v Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntaxe
int CreateUIElement(
string elementFQN,
string codeBase,
out IVsUIElement ppUIElement
)
int CreateUIElement(
String^ elementFQN,
String^ codeBase,
[OutAttribute] IVsUIElement^% ppUIElement
)
abstract CreateUIElement :
elementFQN:string *
codeBase:string *
ppUIElement:IVsUIElement byref -> int
Function CreateUIElement (
elementFQN As String,
codeBase As String,
<OutAttribute> ByRef ppUIElement As IVsUIElement
) As Integer
Parametry
- elementFQN
- codeBase
- ppUIElement
Vrácená hodnota
Type: System.Int32
Příklady
Viz také
IVsUIWpfLoader – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek