Share via


IBindCtx.RegisterObjectParam Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub RegisterObjectParam ( _
    pszKey As String, _
    punk As Object _
)
void RegisterObjectParam(
    string pszKey,
    Object punk
)
void RegisterObjectParam(
    [InAttribute] String^ pszKey, 
    [InAttribute] Object^ punk
)
abstract RegisterObjectParam : 
        pszKey:string * 
        punk:Object -> unit
function RegisterObjectParam(
    pszKey : String, 
    punk : Object
)

Parameters

.NET Framework Security

See Also

Reference

IBindCtx Interface

Microsoft.VisualStudio.OLE.Interop Namespace