PropertyDictionary Class

Extends PropertyGroup by managing a table of property values, in addition to firing events when property values are requested or set.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class PropertyDictionary _
    Inherits PropertyGroup
'Usage
Dim instance As PropertyDictionary
[CLSCompliantAttribute(false)]
public class PropertyDictionary : PropertyGroup
[CLSCompliantAttribute(false)]
public ref class PropertyDictionary : public PropertyGroup
public class PropertyDictionary extends PropertyGroup
[<CLSCompliantAttribute(false)>]
type PropertyDictionary =  
    class
        inherit PropertyGroup
    end

Inheritance Hierarchy

System.Object
  Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser.PropertyGroup
    Microsoft.Data.Schema.Sql.Common.UI.PropertyBrowser.PropertyDictionary
      Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils.ComparePropertyDictionary

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

PropertyDictionary Members

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