次の方法で共有


Interpretation.Mode Property

mode.Represents the attribte in schema: emma:mode

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

Syntax

'宣言
<SchemaAttrAttribute(, "mode")> _
Public Property Mode As ListValue(Of StringValue)
    Get
    Set
'使用
Dim instance As Interpretation
Dim value As ListValue(Of StringValue)

value = instance.Mode

instance.Mode = value
[SchemaAttrAttribute(, "mode")]
public ListValue<StringValue> Mode { get; set; }

Property Value

Type: DocumentFormat.OpenXml.ListValue<StringValue>

See Also

Reference

Interpretation Class

Interpretation Members

DocumentFormat.OpenXml.EMMA Namespace