AddValue()
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)
Arguments
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | float | Value to put. |
SerializationInfo::AddValue(const System::String&, short) method
Puts short value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, short value)
Arguments
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | short | Value to put. |
SerializationInfo::AddValue(const System::String&, bool) method
Puts boolean value. Not implemented.
void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, bool value)
Arguments
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | bool | Value to put. |
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)
Arguments
Parameter | Type | Description |
---|---|---|
name | const System::String& | Value name. |
value | const System::SharedPtr<System::Object>& | Value to put. |
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)
Arguments
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
- Typedef SharedPtr
- Class String
- Class SerializationInfo
- Class Object
- Class TypeInfo
- Namespace System::Runtime::Serialization
- Library Aspose.Slides