SequenceTimeNode.Concurrent プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
同時
スキーマ内の次の属性を表します: 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
データ型によって定義されます。