PropertiesImport Method (String, PropertyAttrs, TagImportAttrs) |
Imports a tag-string into this collection. The string should be in the format of:
name=value;name=value
Namespace:
NetQuarry
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public void Import(
string tagString,
PropertyAttrs attrs,
TagImportAttrs importAttrs
)
Public Sub Import (
tagString As String,
attrs As PropertyAttrs,
importAttrs As TagImportAttrs
)
Parameters
- tagString
- Type: SystemString
The collection to import. - attrs
- Type: NetQuarryPropertyAttrs
Attributes to set on the properties imported. - importAttrs
- Type: NetQuarryTagImportAttrs
Attributes describing how to import.
See Also