OASchemaCompareModel 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.ActiveDocument.Object("ModelRoot") method where the ActiveWindow is a SchemaCompare
This API is not CLS-compliant.
Inheritance Hierarchy
System..::..Object
Microsoft.VisualStudio.Data.Tools.Package.Internal..::..OASchemaCompareModel
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 OASchemaCompareModel
'Usage
Dim instance As OASchemaCompareModel
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public class OASchemaCompareModel
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class OASchemaCompareModel
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type OASchemaCompareModel = class end
public class OASchemaCompareModel
The OASchemaCompareModel type exposes the following members.
Properties
Name | Description | |
---|---|---|
Object | Returns the underlying object for this automation object |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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