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] Overrides Public Function GetPersistInfo( _ ByVal context As ITypeDescriptorContext, _ ByVal value As Object _ ) As PersistInfo [C#] public override PersistInfo GetPersistInfo( ITypeDescriptorContext context, object value ); [C++] public: override PersistInfo* GetPersistInfo( ITypeDescriptorContext* context, Object* value ); [JScript] public override function GetPersistInfo( context : ITypeDescriptorContext, value : Object ) : PersistInfo;
The PersistInfo representing the persisted state of the given object.
ListBindingConverter Class | ListBindingConverter Members | System.WinForms Namespace | PersistInfo | TBD