PropertyInfo.GetModifiedPropertyType 方法

定义

获取此属性对象的修改类型。

public:
 virtual Type ^ GetModifiedPropertyType();
public virtual Type GetModifiedPropertyType ();
abstract member GetModifiedPropertyType : unit -> Type
override this.GetModifiedPropertyType : unit -> Type
Public Overridable Function GetModifiedPropertyType () As Type

返回

修改的类型。

注解

修改后的类型支持 GetOptionalCustomModifiersGetRequiredCustomModifiers 用于 GetFunctionPointerCallingConventions 从函数指针获取自定义修饰符。

若要从已修改的类型获取未修改的普通类型,请使用 UnderlyingSystemType

此方法是为托管编译器的设计器提供的。 有关自定义修饰符的详细信息,请参阅 命名空间中的 System.Runtime.CompilerServices 类。 另请参阅 公共语言基础结构 (CLI) 文档中的分区 II 中的元数据规范。

适用于

另请参阅