UCOMIBindCtx.GetObjectParam(String, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Lookup the given key in the internally-maintained table of contextual object parameters and return the corresponding object, if one exists.
public:
void GetObjectParam(System::String ^ pszKey, [Runtime::InteropServices::Out] System::Object ^ % ppunk);
public void GetObjectParam (string pszKey, out object ppunk);
abstract member GetObjectParam : string * obj -> unit
Public Sub GetObjectParam (pszKey As String, ByRef ppunk As Object)
Parameters
- pszKey
- String
The name of the object to search for.
- ppunk
- Object
On successful return, the object interface pointer.
Remarks
For more information, please see the existing documentation for IBindCtx::GetObjectParam
in the MSDN library.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.