NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TypeConverter.GetPersistInfo

[To be supplied.]

Overload List

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;

See Also

TypeConverter Class | TypeConverter Members | System.ComponentModel Namespace