ProjectIdentifier.Context プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
診断が生成されたコンテキスト (win32、macOS など) を取得します。
public:
property System::String ^ Context { System::String ^ get(); };
[System.Runtime.Serialization.DataMember(Order=1)]
public string? Context { get; }
[System.Runtime.Serialization.DataMember(Order=1)]
public string? Context { [System.Runtime.CompilerServices.IsReadOnly] get; init; }
[<System.Runtime.Serialization.DataMember(Order=1)>]
member this.Context : string
[<System.Runtime.Serialization.DataMember(Order=1)>]
[<get: System.Runtime.CompilerServices.IsReadOnly>]
member this.Context : string with get, set
Public ReadOnly Property Context As String
Public Property Context As String
プロパティ値
- 属性