Freigeben über


Channel.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 ChannelDataTypeValues)
    Get
    Set
'Usage
Dim instance As Channel
Dim value As EnumValue(Of ChannelDataTypeValues)

value = instance.Type

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

Eigenschaftswert

Typ: DocumentFormat.OpenXml.EnumValue<ChannelDataTypeValues>

Siehe auch

Referenz

Channel Klasse

Channel-Member

DocumentFormat.OpenXml.InkML-Namespace