UIPropertyChanges.EditorsCollectionChanges 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 Editors collection changes.
public Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot,Microsoft.VisualStudio.ProjectSystem.Query.UIPropertyEditorChanges>? EditorsCollectionChanges { get; }
member this.EditorsCollectionChanges : Microsoft.VisualStudio.ProjectSystem.Query.EntityCollectionChanges<Microsoft.VisualStudio.ProjectSystem.Query.IUIPropertyEditorSnapshot, Microsoft.VisualStudio.ProjectSystem.Query.UIPropertyEditorChanges>
Public ReadOnly Property EditorsCollectionChanges As EntityCollectionChanges(Of IUIPropertyEditorSnapshot, UIPropertyEditorChanges)