Specifies which values to save for a property or event.
[Visual Basic] Public Enum PersistableSupport [C#] public enum PersistableSupport [C++] public enum PersistableSupport
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
A PersistableSupport value is used by a visual designer to determine which aspects of the property or event, should be examined and saved.
Member Name | Description |
---|---|
All | The code generator will produce code for all formats. |
Code | The code generator will produce code only for code. |
Declarative | The code generator will produce code for a declarative format such as HTML. |
None | The code generator will not produce code for any format. |
NotCode | The code generator will produce code for any format except code; that is, it will generate code for the declarative and resource formats. |
NotDeclarative | The code generator will produce code for any format except declarative; that is, it will generate code for code and resources. |
Resource | The code generator will produce code only for resources. |
Namespace: System.ComponentModel
Assembly: System.dll