IBindCtx.GetObjectParam(String, Object) 方法

定義

在內容物件參數的內部維護表格中查詢指定的機碼,並傳回對應的物件 (如果存在)。

public:
 void GetObjectParam(System::String ^ pszKey, [Runtime::InteropServices::Out] System::Object ^ % ppunk);
public void GetObjectParam (string pszKey, out 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)

參數

pszKey
String

要搜尋的物件名稱。

ppunk
Object

這個方法傳回時,包含物件介面指標。 這個參數會以未初始化的狀態傳遞。

備註

如需詳細資訊,請參閱 MSDN 程式庫中的現有檔 IBindCtx::GetObjectParam

適用於