Share via


ProjectsUnloadedEventArgs.ProjectIds Property

Definition

Gets unique identifier of the loaded projects.

public:
 property System::Collections::Generic::IReadOnlyList<Guid> ^ ProjectIds { System::Collections::Generic::IReadOnlyList<Guid> ^ get(); };
[System.Runtime.Serialization.DataMember(Order=0)]
public System.Collections.Generic.IReadOnlyList<Guid> ProjectIds { get; }
[<System.Runtime.Serialization.DataMember(Order=0)>]
member this.ProjectIds : System.Collections.Generic.IReadOnlyList<Guid>
Public ReadOnly Property ProjectIds As IReadOnlyList(Of Guid)

Property Value

Unique identifier of the projects.

Attributes

Applies to