ComparePropertyDictionary Class

This class and its members are reserved for internal use and are not intended to be used in your code.

This API is not CLS-compliant. 

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroup
    Microsoft.VisualStudio.Data.Schema.Package.Internal.PropertyGroupWithEvents
      Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal.ComparePropertyDictionary

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Class ComparePropertyDictionary _
    Inherits PropertyGroupWithEvents
[CLSCompliantAttribute(false)]
public class ComparePropertyDictionary : PropertyGroupWithEvents
[CLSCompliantAttribute(false)]
public ref class ComparePropertyDictionary : public PropertyGroupWithEvents
[<CLSCompliantAttribute(false)>]
type ComparePropertyDictionary =  
    class
        inherit PropertyGroupWithEvents
    end
public class ComparePropertyDictionary extends PropertyGroupWithEvents

The ComparePropertyDictionary type exposes the following members.

Constructors

  Name Description
Public method ComparePropertyDictionary This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Properties

  Name Description
Public property ClassNameOverride This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Public property ComponentNameOverride This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Public property DefaultProperty This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Public property Item This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroupWithEvents.)
Public property Properties This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Protected property SourceDesc This class and its members are reserved for internal use and are not intended to be used in your code.
Protected property SourceNames This class and its members are reserved for internal use and are not intended to be used in your code.
Protected property TargetDesc This class and its members are reserved for internal use and are not intended to be used in your code.
Protected property TargetNames This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Methods

  Name Description
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetClassName This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Protected method GetComponentName This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Protected fieldStatic member ConnectionString This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member DatabaseName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member ObjectName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member OwnerName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member ProjectName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member SchemaName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member ServerName This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member ServerType This class and its members are reserved for internal use and are not intended to be used in your code.
Protected fieldStatic member TableName This class and its members are reserved for internal use and are not intended to be used in your code.

Top

Explicit Interface Implementations

  Name Description
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetAttributes This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetClassName This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetComponentName This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetConverter This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultEvent This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetDefaultProperty This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEditor This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents() This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetEvents(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties() This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetProperties(array<Attribute[]) This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)
Explicit interface implemetationPrivate method ICustomTypeDescriptor.GetPropertyOwner This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.)

Top

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

Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal Namespace