ComEventInterfaceAttribute.SourceInterface 屬性

定義

從型別程式庫取得原始來源介面。

public:
 property Type ^ SourceInterface { Type ^ get(); };
public Type SourceInterface { get; }
member this.SourceInterface : Type
Public ReadOnly Property SourceInterface As Type

屬性值

包含來源介面的 Type

備註

來源介面至少有一個事件成員,而且通常每個來源介面方法都有一個。 COM 使用這個介面回呼至 Managed 類別。

適用於