SchemaCompareImageComboBoxItem Class

SchemaCompare Item in ImageComboBox

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI..::..SchemaCompareImageComboBoxItem

Namespace:  Microsoft.VisualStudio.Data.Tools.Package.SchemaCompare.UI
Assembly:  Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)

Syntax

'Declaration
Public NotInheritable Class SchemaCompareImageComboBoxItem _
    Implements IImageComboBoxItem
'Usage
Dim instance As SchemaCompareImageComboBoxItem
public sealed class SchemaCompareImageComboBoxItem : IImageComboBoxItem
public ref class SchemaCompareImageComboBoxItem sealed : IImageComboBoxItem
[<SealedAttribute>]
type SchemaCompareImageComboBoxItem =  
    class
        interface IImageComboBoxItem
    end
public final class SchemaCompareImageComboBoxItem implements IImageComboBoxItem

The SchemaCompareImageComboBoxItem type exposes the following members.

Constructors

  Name Description
Public method SchemaCompareImageComboBoxItem Initializes a new instance of the SchemaCompareImageComboBoxItem class.

Top

Properties

  Name Description
Public property CreateInfo Connection type of model provider
Public property Description Gets or sets {insert text here}.
Public property Image Gets or sets {insert text here}.
Public property SelectAction Gets or sets {insert text here}.
Public property Text Gets or sets {insert text here}.

Top

Methods

  Name Description
Public method Equals (Overrides Object..::..Equals(Object).)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Overrides Object..::..GetHashCode() () () ().)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.Tools.Package.SchemaCompare.UI Namespace