Compartir a través de


Método UCOMIBindCtx.RegisterObjectParam (String, Object)

 

Publicado: octubre de 2016

Registrar el puntero de objeto determinado con el nombre especificado en la tabla de mantenimiento interno de punteros a objetos.

Espacio de nombres:   System.Runtime.InteropServices
Ensamblado:  mscorlib (en mscorlib.dll)

Sintaxis

void RegisterObjectParam(
    string pszKey,
    object punk
)
void RegisterObjectParam(
    String^ pszKey,
    Object^ punk
)
abstract RegisterObjectParam : 
        pszKey:string *
        punk:Object -> unit
Sub RegisterObjectParam (
    pszKey As String,
    punk As Object
)

Parámetros

Comentarios

Para obtener más información, consulte la documentación existente sobre IBindCtx::RegisterObjectParam en MSDN library.

Información de versión

.NET Framework
Disponible desde 1.1

Ver también

Interfaz UCOMIBindCtx
Espacio de nombres System.Runtime.InteropServices

Volver al principio