Share via


GeoMappingLevel 枚举

定义

定义 GeoMappingLevel 枚举。

public enum GeoMappingLevel
public readonly struct GeoMappingLevel : DocumentFormat.OpenXml.IEnumValue, DocumentFormat.OpenXml.IEnumValueFactory<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoMappingLevel>, IEquatable<DocumentFormat.OpenXml.Office2016.Drawing.ChartDrawing.GeoMappingLevel>
type GeoMappingLevel = 
type GeoMappingLevel = struct
    interface IEnumValue
    interface IEnumValueFactory<GeoMappingLevel>
Public Enum GeoMappingLevel
Public Structure GeoMappingLevel
Implements IEnumValue, IEnumValueFactory(Of GeoMappingLevel), IEquatable(Of GeoMappingLevel)
继承
GeoMappingLevel
继承
GeoMappingLevel

字段

GeoMappingLevel(String)

创建新的 GeoMappingLevel enum 实例

CountryRegion 4
CountryRegion

countryRegion。

当项序列化为 xml 时,其值为“countryRegion”。

CountryRegionList 5
CountryRegionList

countryRegionList。

当项序列化为 xml 时,其值为“countryRegionList”。

County 2
County

县。

当项序列化为 xml 时,其值为“county”。

DataOnly 0
DataOnly

dataOnly。

将项序列化为 xml 时,其值为“dataOnly”。

Equals(Object)
Equals(GeoMappingLevel)
GetHashCode()
Equality(GeoMappingLevel, GeoMappingLevel)
Inequality(GeoMappingLevel, GeoMappingLevel)
PostalCode 1
PostalCode

postalCode。

当项目序列化为 xml 时,其值为“postalCode”。

State 3
State

状态。

当项序列化为 xml 时,其值为“state”。

ToString()
World

世界。

当项序列化为 xml 时,其值为“world”。

World 6
IEnumValue.IsValid
IEnumValue.Value
IEnumValue.Version
IEnumValueFactory<GeoMappingLevel>.Create(String)

适用于