System::Runtime::Serialization::SerializationInfo::AddValue method
Contents
[
Hide
]SerializationInfo::AddValue(const System::String&, float) method
Puts float value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, float value)
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | float | Value to put. |
See Also
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++
SerializationInfo::AddValue(const System::String&, short) method
Puts short value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, short value)
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | short | Value to put. |
See Also
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++
SerializationInfo::AddValue(const System::String&, bool) method
Puts boolean value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, bool value)
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | bool | Value to put. |
See Also
- Class String
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++
SerializationInfo::AddValue(const System::String&, const System::SharedPtr<System::Object>&) method
Puts object value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, const System::SharedPtr<System::Object> &value)
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | const System::SharedPtr<System::Object>& | Value to put. |
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++
SerializationInfo::AddValue(const System::String&, const System::SharedPtr<System::Object>&, const System::TypeInfo&) method
Puts object value with specifed type. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, const System::SharedPtr<System::Object> &value, const System::TypeInfo &type)
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | const System::SharedPtr<System::Object>& | Value to put. |
type | const System::TypeInfo& | The Type of the value to put. |
See Also
- Class String
- Typedef SharedPtr
- Class Object
- Class TypeInfo
- Class SerializationInfo
- Namespace System::Runtime::Serialization
- Library Aspose.PUB for C++