IBindCtx.RegisterObjectParam(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.
public:
void RegisterObjectParam(System::String ^ pszKey, System::Object ^ punk);
public:
void RegisterObjectParam(Platform::String ^ pszKey, Platform::Object ^ punk);
void RegisterObjectParam(std::wstring const & pszKey, winrt::Windows::Foundation::IInspectable const & punk);
public void RegisterObjectParam (string pszKey, object punk);
abstract member RegisterObjectParam : string * obj -> unit
Public Sub RegisterObjectParam (pszKey As String, punk As Object)
Parameters
- pszKey
- String
- punk
- Object