Udostępnij za pośrednictwem


Metoda ITypeInfo.RemoteCreateInstance —

Ten interfejs API obsługuje infrastrukturę programu .NET Framework i nie jest przeznaczony do użycia bezpośrednio w kodzie.

Microsoft tylko do użytku wewnętrznego.

Przestrzeń nazw:  Microsoft.VisualStudio.VsWizard
Zestaw:  Microsoft.VisualStudio.VsWizard (w Microsoft.VisualStudio.VsWizard.dll)

Składnia

'Deklaracja
Sub RemoteCreateInstance ( _
    ByRef riid As Guid, _
    <OutAttribute> ByRef ppvObj As Object _
)
void RemoteCreateInstance(
    ref Guid riid,
    out Object ppvObj
)
void RemoteCreateInstance(
    [InAttribute] Guid% riid, 
    [OutAttribute] Object^% ppvObj
)
abstract RemoteCreateInstance : 
        riid:Guid byref * 
        ppvObj:Object byref -> unit 
function RemoteCreateInstance(
    riid : Guid, 
    ppvObj : Object
)

Parametry

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

ITypeInfo Interfejs

Przestrzeń nazw Microsoft.VisualStudio.VsWizard