This assembly contains custom property types that templates can make use of.
Classes
Class | Description | |
---|---|---|
![]() | AssemblyFilePicker |
Allows you to browse for an assembly.
|
![]() | FileDialogAttribute | |
![]() | FileNameEditor |
Allows you to browse for a file.
|
![]() | NameValueCollection | Obsolete.
Implements a strongly typed collection of NameValueEntry key-and-value
pairs that retain their insertion order and are accessible by index and by key.
|
![]() | NameValueCollectionEditor | Obsolete.
Allows you to quickly edit an NameValueCollection.
|
![]() | NameValueCollectionEditorUI | Obsolete. |
![]() | NameValueCollectionSerializer | Obsolete. |
![]() | NameValueCollectionTypeConverter | Obsolete. |
![]() | StringCollection | Obsolete. |
![]() | StringCollectionEditor | Obsolete.
Allows you quickly edit a string collection.
|
![]() | StringCollectionEditorUI | Obsolete. |
![]() | StringCollectionSerializer | Obsolete. |
![]() | StringCollectionTypeConverter | Obsolete. |
![]() | XmlSerializedFilePicker |
Allows you to browse for an Xml file.
|
![]() | XmlSerializedTypeConverter |
Structures
Structure | Description | |
---|---|---|
![]() | NameValueEntry |
Interfaces
Interface | Description | |
---|---|---|
![]() | IStringCollection |
Defines size, enumerators, and synchronization methods for strongly
typed collections of String elements.
|
![]() | IStringEnumerator |
Supports type-safe iteration over a collection that
contains String elements.
|
![]() | IStringList |
Represents a strongly typed collection of String
objects that can be individually accessed by index.
|
![]() | IStringStringCollection |
Defines size, enumerators, and synchronization methods for strongly
typed collections of NameValueEntry elements.
|
![]() | IStringStringDictionary |
Represents a strongly typed collection of
NameValueEntry key-and-value pairs.
|
![]() | IStringStringEnumerator |
Supports type-safe iteration over a dictionary that
contains NameValueEntry elements.
|
![]() | IStringStringList |
Represents a strongly typed collection of NameValueEntry
objects that can be individually accessed by index.
|
![]() | StringCollection..::..IStringCollectionEnumerator |
Supports type-safe iteration over a StringCollection.
|
Enumerations
Enumeration | Description | |
---|---|---|
![]() | FileDialogType | |
![]() | StringCollection..::..Tag |