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