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 | |
---|---|---|
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 | |
---|---|---|
ClassNameOverride | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
ComponentNameOverride | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
DefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
Item | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroupWithEvents.) | |
Properties | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
SourceDesc | This class and its members are reserved for internal use and are not intended to be used in your code. | |
SourceNames | This class and its members are reserved for internal use and are not intended to be used in your code. | |
TargetDesc | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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 | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. (Inherited from PropertyGroup.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
ConnectionString | This class and its members are reserved for internal use and are not intended to be used in your code. | |
DatabaseName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ObjectName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
OwnerName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ProjectName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
SchemaName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ServerName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
ServerType | This class and its members are reserved for internal use and are not intended to be used in your code. | |
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 | |
---|---|---|
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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.) | |
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