Click or drag to resize

PropertiesImport Method

Overload List
  NameDescription
Public methodImport(NameValueCollection, PropertyAttrs)
Imports a NameValueCollection into this collection
Public methodImport(String, PropertyAttrs)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
Public methodImport(Properties, CollectionAddFlags)
Imports a collection of properties into this collection
Public methodImport(String, PropertyAttrs, TagImportAttrs)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
Public methodImport(String, PropertyAttrs, TagImportAttrs, Char)
Imports a tag-string into this collection. The string should be in the format of: name=value;name=value
Top
See Also