ProjectChanges.LaunchProfilesCollectionChanges 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 LaunchProfiles collection changes.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })]
public Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileChanges>? LaunchProfilesCollectionChanges { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 2, 1, 1 })>]
member this.LaunchProfilesCollectionChanges : Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.ILaunchProfileSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.LaunchProfileChanges>
Public ReadOnly Property LaunchProfilesCollectionChanges As EntityCollectionChanges(Of ILaunchProfileSnapshot, LaunchProfileChanges)
Property Value
- Attributes