ProjectsUnloadedEventArgs.ProjectIds 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 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