TypeConverter.SimplePropertyDescriptor.PropertyType 属性
定义
获取属性的类型。Gets the type of the property.
public:
virtual property Type ^ PropertyType { Type ^ get(); };
public override Type PropertyType { get; }
member this.PropertyType : Type
Public Overrides ReadOnly Property PropertyType As Type
属性值
一个 Type,表示属性的类型。A Type that represents the type of the property.