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)
매개변수형식설명
nameconst System::String&값 이름.
valuebool넣을 값.

또 보기

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)
매개변수형식설명
nameconst System::String&값 이름.
valueconst System::SharedPtr<System::Object>&넣을 값.

또 보기

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)
매개변수형식설명
nameconst System::String&값 이름.
valueconst System::SharedPtr<System::Object>&넣을 값.
유형const System::TypeInfo&넣을 값의 Type.

또 보기

SerializationInfo::AddValue(const System::String&, float) method

float 값을 설정합니다. 구현되지 않았습니다.

void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, float value)
매개변수형식설명
nameconst System::String&값 이름.
valuefloat넣을 값.

또 보기

SerializationInfo::AddValue(const System::String&, short) method

short 값을 설정합니다. 구현되지 않았습니다.

void System::Runtime::Serialization::SerializationInfo::AddValue(const System::String &name, short value)
매개변수형식설명
nameconst System::String&값 이름.
valueshort넣을 값.

또 보기