FontAndColorProviderBase.ItemsChanged Property

Gets a hashtable of items changed.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors (in SQLEditors.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
A hashtable object.

See Also

Reference

FontAndColorProviderBase Class

Microsoft.SqlServer.Management.UI.VSIntegration.Editors Namespace