ComEventInterfaceAttribute.SourceInterface 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
property Type ^ SourceInterface { Type ^ get(); };
public Type SourceInterface { get; }
member this.SourceInterface : Type
Public ReadOnly Property SourceInterface As Type
屬性值
包含來源介面的 Type。
備註
來源介面至少有一個事件成員,而且通常每個來源介面方法都有一個。 COM 使用這個介面回呼至 Managed 類別。
適用於