System::Runtime::Serialization::SerializationInfo::GetValue 方法

SerializationInfo::GetValue method

SerializationInfo 存储中检索值。未实现。

System::SharedPtr<System::Object> System::Runtime::Serialization::SerializationInfo::GetValue(const System::String &name, const System::TypeInfo &type)
参数类型描述
名称const System::String&要检索的值关联的名称。
类型const System::TypeInfo&要检索的值的类型。

另见