IConnectionPoint.GetConnectionInterface(Guid) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回這個連接點所管理之輸出介面的 IID。
public:
void GetConnectionInterface([Runtime::InteropServices::Out] Guid % pIID);
public void GetConnectionInterface (out Guid pIID);
abstract member GetConnectionInterface : Guid -> unit
Public Sub GetConnectionInterface (ByRef pIID As Guid)
參數
- pIID
- Guid
這個參數傳回時,包含這個連接點所管理之輸出介面的 IID。 這個參數會以未初始化的狀態傳遞。
備註
如需詳細資訊,請參閱 MSDN 文件庫中的現有檔 IConnectionPoint::GetConnectionInterface
。