System::Reflection::PropertyInfo klasse

PropertyInfo class

Stelt eigenschapsinformatie voor.

class PropertyInfo : public System::Reflection::MemberInfo

Methoden

MethodeBeschrijving
get_MemberType() const overrideHaalt een MemberTypes waarde op die aangeeft dat dit lid een eigenschap is.
get_PropertyType()Haalt het eigenschapstype op.
GetValue(System::SharedPtr<System::Object>)Haalt de eigenschapswaarde op van een specifiek object.
GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)Haalt de eigenschapswaarde op van een specifiek object.
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)() const)Constructor. Eigenschap met alleen const getter.
PropertyInfo(String, System::SharedPtr<PropertyType>(ClassType::*)())Constructor. Eigenschap met alleen non-const getter.
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)() const)Constructor.
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)())Constructor. Nullable eigenschap met setter en getter.
PropertyInfo(String, void(ClassType::)(System::Nullable<NullableType>), System::Nullable<NullableType>(ClassType::)() const)Constructor. Nullable eigenschap met alleen const getter.
PropertyInfo(String, void(ClassType::)(System::SharedPtr<PropertyType>), System::SharedPtr<PropertyType>(ClassType::)())Constructor. Object eigenschap met alleen getter.
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)())Construeert string‑eigenschapsinformatie.
PropertyInfo(String, void(ClassType::)(System::String), System::String(ClassType::)() const)Construeert string‑eigenschapsinformatie van een klasse met const getter.
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)())Construeert Decimal eigenschapsinformatie.
PropertyInfo(String, void(ClassType::)(System::Decimal), System::Decimal(ClassType::)() const)Construeert Decimal eigenschapsinformatie van een klasse met const getter.
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)())Construeert boolean‑eigenschapsinformatie.
PropertyInfo(String, void(ClassType::)(bool), bool(ClassType::)() const)Construeert boolean‑eigenschapsinformatie van een klasse met const getter.
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)())Construeert int64_t-eigenschapsinformatie.
PropertyInfo(String, void(ClassType::)(int64_t), int64_t(ClassType::)() const)Construeert int64_t-eigenschapsinformatie van klasse met const-getter.
set_PropertyType(const TypeInfo&)Stelt het type van deze eigenschap in.
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>)Stelt de eigenschapswaarde in voor een specifiek object.
SetValue(System::SharedPtr<System::Object>, System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>)Stelt de eigenschapswaarde in voor een specifiek object.

Zie ook