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에서 메타데이터 사양을 참조하세요.

적용 대상

추가 정보