ComparePropertyDictionary Class

Represents the comparison property dictionary.

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

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ComparePropertyDictionary _
    Inherits PropertyDictionary
'Usage
Dim instance As ComparePropertyDictionary
[CLSCompliantAttribute(false)]
public class ComparePropertyDictionary : PropertyDictionary
[CLSCompliantAttribute(false)]
public ref class ComparePropertyDictionary : public PropertyDictionary
public class ComparePropertyDictionary extends PropertyDictionary
[<CLSCompliantAttribute(false)>]
type ComparePropertyDictionary =  
    class
        inherit PropertyDictionary
    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

ComparePropertyDictionary Members

Microsoft.VisualStudio.Data.Schema.Project.SchemaAndDataCompare.UI.PropertyGridUtils Namespace