Share via


OASchemaCompare Class

This class and its members are reserved for internal use and are not intended to be used in your code. This is the automation object exposed to DTE. Retrieve this object through the EnvDTE.ActiveWindow.Object method where the ActiveWindow is a Schema Compare editor.

This API is not CLS-compliant. 

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OASchemaCompare

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Class OASchemaCompare
'Usage
Dim instance As OASchemaCompare
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OASchemaCompare
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OASchemaCompare
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OASchemaCompare =  class end
public class OASchemaCompare

The OASchemaCompare type exposes the following members.

Properties

  Name Description
Public property Object Returns the underlying object for this automation object

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
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.Internal Namespace