【VB6】VB6类库项目中的Persistable
原文链接: https://msdn.microsoft.com/en-us/library/aa268076(v=vs.60).aspx 转载内容: Visual Basic Reference
Visual Studio 6.0
Persistable PropertySee Also ExampleApplies To Sets a value that determines if an object can save and restore data across instances. May only be set at design time. Syntax ThePersistableproperty syntax has these parts:
Settings The settings fornumberare:
Remarks ThePersistableproperty is only available for classes that are public and creatable. WhenPersistableis set tovbPersistable,the following events are added to the class:InitProperties,ReadProperties,andWriteProperties. ThePropertyChangedmethod is added to the class as well. (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |