Share via


ItemsChanged Property

Items changed

Namespace:  Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration
Assembly:  Microsoft.VisualStudio.Data.Tools.SqlEditor (in Microsoft.VisualStudio.Data.Tools.SqlEditor.dll)

Syntax

'Declaration
Protected ReadOnly Property ItemsChanged As Hashtable
    Get
'Usage
Dim value As Hashtable

value = Me.ItemsChanged
protected Hashtable ItemsChanged { get; }
protected:
property Hashtable^ ItemsChanged {
    Hashtable^ get ();
}
member ItemsChanged : Hashtable
function get ItemsChanged () : Hashtable

Property Value

Type: System.Collections..::..Hashtable

See Also

Reference

FontAndColorProviderBase Class

Microsoft.VisualStudio.Data.Tools.SqlEditor.VSIntegration Namespace