IConnectionPoint.GetConnectionInterface(Guid) 方法

定義

傳回這個連接點所管理之輸出介面的 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。 這個參數會以未初始化的狀態傳遞。

備註

如需新的開發,請參閱 IConnectionPoint

注意

Microsoft.VisualBasic.Compatibility.VB6 命名空間中的函式和物件都是供這些工具使用,以便從 Visual Basic 6.0 升級至 Visual Basic。 在大多數情況下,這些函式和物件會複製在 .NET Framework 其他命名空間中可以找到的功能。 只有當 Visual Basic 6.0 程式碼模型與 .NET Framework 實作有顯著差異時,才會需要這些函式和物件。

適用於