ProjectIdentifier.Context Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the context in which the diagnostic was generated (e.g. 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
Property Value
- Attributes