[To be supplied.]
Retrieves the PersistInfo object for the given value. This object describes the given value as persisted information, which can be saved to disk or moved. This information can later be reconstructed by passing the PersistInfo to GetValue.
[Visual Basic] Overloads Public Function GetPersistInfo(Object) As PersistInfo
[C#] public PersistInfo GetPersistInfo(Object);
[C++] public: PersistInfo* GetPersistInfo(Object*);
[JScript] public function GetPersistInfo(Object) : PersistInfo;
Retrieves the PersistInfo object for the given value. This object describes the given value as persisted information, which can be saved to disk or moved. This information can later be reconstructed by passing the PersistInfo to GetValue.
[Visual Basic] Overloads Overridable Public Function GetPersistInfo(ITypeDescriptorContext, Object) As PersistInfo
[C#] public virtual PersistInfo GetPersistInfo(ITypeDescriptorContext, Object);
[C++] public: virtual PersistInfo* GetPersistInfo(ITypeDescriptorContext*, Object);
[JScript] public function GetPersistInfo(ITypeDescriptorContext, Object) : PersistInfo;
TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace