System::Reflection::PropertyInfo::GetValue メソッド
PropertyInfo::GetValue(System::SharedPtr<System::Object>) method
特定のオブジェクトからプロパティの値を取得します。
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj)
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | System::SharedPtr<System::Object> | プロパティを読み取るための Object |
ReturnValue
指定されたオブジェクトの指定されたプロパティの値。
参照
- Typedef SharedPtr
- Class Object
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++
PropertyInfo::GetValue(System::SharedPtr<System::Object>, System::ArrayPtr<System::SharedPtr<System::Object>>) method
特定のオブジェクトからプロパティの値を取得します。
System::SharedPtr<System::Object> System::Reflection::PropertyInfo::GetValue(System::SharedPtr<System::Object> obj, System::ArrayPtr<System::SharedPtr<System::Object>> indexer)
| パラメーター | 型 | 説明 |
|---|---|---|
| obj | System::SharedPtr<System::Object> | プロパティを読み取るための Object |
| インデクサ | System::ArrayPtr<System::SharedPtr<System::Object>> | これらはインデックス付きプロパティのオプションのインデックス値です。インデックスなしプロパティの場合、この値は null にする必要があります。 |
ReturnValue
指定されたオブジェクトの指定されたプロパティの値。
参照
- Typedef SharedPtr
- Class Object
- Typedef ArrayPtr
- Class PropertyInfo
- Namespace System::Reflection
- Library Aspose.Page for C++