Share via


OASchemaCompare Class

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. 

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Automation
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

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

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Automation.OASchemaCompare

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

OASchemaCompare Members

Microsoft.VisualStudio.Data.Schema.Project.Automation Namespace