PropertyInfo._PropertyInfo.GetType 方法

定义

获取表示 Type 类型的 PropertyInfo 对象。

 virtual Type ^ System.Runtime.InteropServices._PropertyInfo.GetType() = System::Runtime::InteropServices::_PropertyInfo::GetType;
Type _PropertyInfo.GetType ();
abstract member System.Runtime.InteropServices._PropertyInfo.GetType : unit -> Type
override this.System.Runtime.InteropServices._PropertyInfo.GetType : unit -> Type
Function GetType () As Type Implements _PropertyInfo.GetType

返回

一个 Type 对象,表示 PropertyInfo 类型。

实现

适用于