IBindCtx::GetObjectParam Method (String^, Object^%)

 

Looks up the given key in the internally maintained table of contextual object parameters and returns the corresponding object, if one exists.

Namespace:   System.Runtime.InteropServices.ComTypes
Assembly:  mscorlib (in mscorlib.dll)

void GetObjectParam(
	String^ pszKey,
	[OutAttribute] Object^% ppunk
)

Parameters

pszKey
Type: System::String^

The name of the object to search for.

ppunk
Type: System::Object^%

When this method returns, contains the object interface pointer. This parameter is passed uninitialized.

For more information, see the existing documentation for IBindCtx::GetObjectParam in the MSDN library.

Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Return to top
Show: