次の方法で共有


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 列挙型インスタンスを作成します

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)

適用対象