_PropertyInfo 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重要
此 API 不符合 CLS。
向非托管代码公开 PropertyInfo 类的公共成员。
public interface class _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface _PropertyInfo
[System.CLSCompliant(false)]
[System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.ComVisible(true)]
public interface _PropertyInfo
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type _PropertyInfo = interface
[<System.CLSCompliant(false)>]
[<System.Runtime.InteropServices.Guid("F59ED4E4-E68F-3218-BD77-061AA82824BF")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type _PropertyInfo = interface
Public Interface _PropertyInfo
- 派生
- 属性
注解
此接口用于从非托管代码访问托管类,不应从托管代码调用。
此接口保留可由非托管 COM 对象访问的 System.Reflection.PropertyInfo 类成员的 vtable 顺序。
属性
Attributes |
为 COM 对象提供对 Attributes 属性的与版本无关的访问。 |
CanRead |
为 COM 对象提供对 CanRead 属性的与版本无关的访问。 |
CanWrite |
为 COM 对象提供对 CanWrite 属性的与版本无关的访问。 |
DeclaringType |
为 COM 对象提供对 DeclaringType 属性的与版本无关的访问。 |
IsSpecialName |
为 COM 对象提供对 IsSpecialName 属性的与版本无关的访问。 |
MemberType |
为 COM 对象提供对 MemberType 属性的与版本无关的访问。 |
Name |
为 COM 对象提供对 Name 属性的与版本无关的访问。 |
PropertyType |
为 COM 对象提供对 PropertyType 属性的与版本无关的访问。 |
ReflectedType |
为 COM 对象提供对 ReflectedType 属性的与版本无关的访问。 |