Property ExtendedSchemaData
ExtendedSchemaData
Gets a collection of schema data present in the extended data of a KML node.
Declaration
public IReadOnlyList<KmlSchemaData> ExtendedSchemaData { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<KmlSchemaData> | A collection of schema data present in the extended data of a KML node. |
Remarks
This instance can be cast to an IList<KmlSchemaData> to be able to edit the collection.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 200.5 - 200.6 |
.NET | 200.5 - 200.6 |
.NET Windows | 200.5 - 200.6 |
.NET Android | 200.5 - 200.6 |
.NET iOS | 200.5 - 200.6 |
.NET Framework | 200.5 - 200.6 |
UWP | 200.5 - 200.6 |