Freigeben über


Mapping.Type-Eigenschaft

type.Represents the attribte in schema: type

Namespace:  DocumentFormat.OpenXml.InkML
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<SchemaAttrAttribute(, "type")> _
Public Property Type As EnumValue(Of MappingTypeValues)
    Get
    Set
'Usage
Dim instance As Mapping
Dim value As EnumValue(Of MappingTypeValues)

value = instance.Type

instance.Type = value
[SchemaAttrAttribute(, "type")]
public EnumValue<MappingTypeValues> Type { get; set; }

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<MappingTypeValues>

Siehe auch

Referenz

Mapping Klasse

Mapping-Member

DocumentFormat.OpenXml.InkML-Namespace