ComAwareEventInfo.DeclaringType 属性

定义

获取声明该成员的类。

public:
 virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type DeclaringType { get; }
public override Type? DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type

属性值

Type

声明该成员的类的 Type 对象。

适用于

另请参阅