次の方法で共有


SequenceTimeNode.Concurrent プロパティ

定義

同時

スキーマ内の次の属性を表します: concurrent

[DocumentFormat.OpenXml.SchemaAttr(0, "concurrent")]
public DocumentFormat.OpenXml.BooleanValue Concurrent { get; set; }
public DocumentFormat.OpenXml.BooleanValue Concurrent { get; set; }
[DocumentFormat.OpenXml.SchemaAttr(0, "concurrent")]
public DocumentFormat.OpenXml.BooleanValue? Concurrent { get; set; }
[DocumentFormat.OpenXml.SchemaAttr("concurrent")]
public DocumentFormat.OpenXml.BooleanValue? Concurrent { get; set; }
public DocumentFormat.OpenXml.BooleanValue? Concurrent { get; set; }
member this.Concurrent : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr(0, "concurrent")>]
member this.Concurrent : DocumentFormat.OpenXml.BooleanValue with get, set
[<DocumentFormat.OpenXml.SchemaAttr("concurrent")>]
member this.Concurrent : DocumentFormat.OpenXml.BooleanValue with get, set
Public Property Concurrent As BooleanValue

プロパティ値

BooleanValue を返します。

属性

注釈

ECMA 国際 標準 ECMA-376 の次の情報は、このクラスを操作するときに役立ちます。

この属性は、コンカレンシーが有効か無効か指定します。 既定では、この属性の値 disabledは です。 値が に enabled設定されている場合、終了されるのではなく、シーケンス内の次の要素に進むと、前の要素は有効のままにされます。 これは、トリガーされる次の条件要素を介して進む場合にのみ関連します。 次の要素に進む唯一の方法は、現在の要素の末尾を持つことです。これは、現在の要素が同時になくなったことを意味します。

この属性に使用できる値は、XML スキーマ boolean データ型によって定義されます。

適用対象