Diagnostic.Projects 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 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