COMPropertyInfo.ReflectedType 属性
定义
通过反射获取用于获取此实例的类对象。Gets the class object that was used to obtain this instance through reflection.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual property Type ^ ReflectedType { Type ^ get(); };
public override Type ReflectedType { get; }
member this.ReflectedType : Type
Public Overrides ReadOnly Property ReflectedType As Type
属性值
为 null,因为此实例不是通过反射获取的。null, because this instance was not obtained through reflection.