Share via


Diagnostic.Projects Property

Definition

Gets the projects in which this diagnostic was reported.

public:
 property System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Utilities::ProjectIdentifier> ^ Projects { System::Collections::Generic::IReadOnlyList<Microsoft::VisualStudio::RpcContracts::Utilities::ProjectIdentifier> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=11)]
public System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Utilities.ProjectIdentifier>? Projects { get; }
[<System.Runtime.Serialization.DataMember(Order=11)>]
member this.Projects : System.Collections.Generic.IReadOnlyList<Microsoft.VisualStudio.RpcContracts.Utilities.ProjectIdentifier>
Public ReadOnly Property Projects As IReadOnlyList(Of ProjectIdentifier)

Property Value

Attributes

Applies to