次の方法で共有


ProjectIdentifier.IsContextActive プロパティ

定義

状態キャプチャ時にコンテキストがアクティブだったかどうかを示す値を取得します。

[System.Runtime.Serialization.DataMember(Order=3)]
public bool IsContextActive { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<System.Runtime.Serialization.DataMember(Order=3)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.IsContextActive : bool with get, set
Public Property IsContextActive As Boolean

プロパティ値

属性

注釈

特に設定しない限り、既定値は false です。

適用対象