Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser Namespace

The Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser namespace represents classes useful for defining property bags. It is used to help populate the Visual Studio property window properties as the user navigates various schema types within Visual Studio.

Classes

  Class Description
Public class PropertyDictionary Extends PropertyGroup by managing a table of property values, in addition to firing events when property values are requested or set.
Public class PropertyGroup Represents a collection of custom properties that can be selected into a PropertyGrid to provide functionality beyond that of the simple reflection normally used to query an object's properties.
Public class PropertyItem Represents a single property in a PropertyItem.
Public class PropertyItemEventArgs Provides data for the GetValue and SetValue events.