Constructor KmlSchemaData
KmlSchemaData(IEnumerable<KeyValuePair<String, Object>>, KmlSchema)
Initializes a new instance of the KmlSchemaData class.
Declaration
public KmlSchemaData(IEnumerable<KeyValuePair<string, object>> attributes, KmlSchema schema)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Collections.Generic.IEnumerable<System.Collections.Generic.KeyValuePair<System.String, System.Object>> | attributes | The key-value pairs of the schema data. |
| KmlSchema | schema | The schema associated with the schema data. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| .NET Standard 2.0 | 200.6 - 200.8 |
| .NET | 200.6 - 200.8 |
| .NET Windows | 200.6 - 200.8 |
| .NET Android | 200.6 - 200.8 |
| .NET iOS | 200.6 - 200.8 |
| .NET Framework | 200.6 - 200.8 |
| UWP | 200.6 - 200.8 |