This assembly contains custom property types that templates can make use of.

Classes

  ClassDescription
Public classAssemblyFilePicker
Allows you to browse for an assembly.
Public classFileDialogAttribute
Public classFileNameEditor
Allows you to browse for a file.
Public classNameValueCollection 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.
Public classNameValueCollectionEditor Obsolete.
Allows you to quickly edit an NameValueCollection.
Public classNameValueCollectionEditorUI Obsolete.
Public classNameValueCollectionSerializer Obsolete.
Public classNameValueCollectionTypeConverter Obsolete.
Public classStringCollection Obsolete.
Public classStringCollectionEditor Obsolete.
Allows you quickly edit a string collection.
Public classStringCollectionEditorUI Obsolete.
Public classStringCollectionSerializer Obsolete.
Public classStringCollectionTypeConverter Obsolete.
Public classXmlSerializedFilePicker
Allows you to browse for an Xml file.
Public classXmlSerializedTypeConverter

Structures

  StructureDescription
Public structureNameValueEntry
Implements a strongly typed pair of one String key and one String value.

Interfaces

  InterfaceDescription
Public interfaceIStringCollection
Defines size, enumerators, and synchronization methods for strongly typed collections of String elements.
Public interfaceIStringEnumerator
Supports type-safe iteration over a collection that contains String elements.
Public interfaceIStringList
Represents a strongly typed collection of String objects that can be individually accessed by index.
Public interfaceIStringStringCollection
Defines size, enumerators, and synchronization methods for strongly typed collections of NameValueEntry elements.
Public interfaceIStringStringDictionary
Represents a strongly typed collection of NameValueEntry key-and-value pairs.
Public interfaceIStringStringEnumerator
Supports type-safe iteration over a dictionary that contains NameValueEntry elements.
Public interfaceIStringStringList
Represents a strongly typed collection of NameValueEntry objects that can be individually accessed by index.
Public interfaceStringCollection..::..IStringCollectionEnumerator
Supports type-safe iteration over a StringCollection.

Enumerations

  EnumerationDescription
Public enumerationFileDialogType
Protected enumerationStringCollection..::..Tag