System::Runtime::Serialization::SerializationInfo::AddValue 메서드
내용물
[
숨다
]SerializationInfo::AddValue(const System::String&, bool) method
boolean 값을 설정합니다. 구현되지 않았습니다.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, bool value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const System::String& | 값 이름. |
| value | bool | 넣을 값. |
또 보기
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
SerializationInfo::AddValue(const System::String&, const System::SharedPtr<System::Object>&) method
object 값을 설정합니다. 구현되지 않았습니다.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, const System::SharedPtr<System::Object> &value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const System::String& | 값 이름. |
| value | const System::SharedPtr<System::Object>& | 넣을 값. |
또 보기
- Class String
- Typedef SharedPtr
- Class Object
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
SerializationInfo::AddValue(const System::String&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
지정된 타입으로 object 값을 설정합니다. 구현되지 않았습니다.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, const System::SharedPtr<System::Object> &value, const System::TypeInfo &type)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const System::String& | 값 이름. |
| value | const System::SharedPtr<System::Object>& | 넣을 값. |
| 유형 | const System::TypeInfo& | 넣을 값의 Type. |
또 보기
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
SerializationInfo::AddValue(const System::String&, float) method
float 값을 설정합니다. 구현되지 않았습니다.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, float value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const System::String& | 값 이름. |
| value | float | 넣을 값. |
또 보기
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++
SerializationInfo::AddValue(const System::String&, short) method
short 값을 설정합니다. 구현되지 않았습니다.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, short value)
| 매개변수 | 형식 | 설명 |
|---|---|---|
| name | const System::String& | 값 이름. |
| value | short | 넣을 값. |
또 보기
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Page for C++