The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IBindCtx::GetObjectParam Method (String^, Object^%)
.NET Framework (current version)
Looks up the given key in the internally maintained table of contextual object parameters and returns the corresponding object, if one exists.
Assembly: mscorlib (in mscorlib.dll)
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
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Windows Phone
Available since 8.1
Show: