SchemaHierarchyBase Class
Abstract base class for schema hierarchy generators.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer.SchemaHierarchyBase
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public MustInherit Class SchemaHierarchyBase
[CLSCompliantAttribute(false)]
public abstract class SchemaHierarchyBase
[CLSCompliantAttribute(false)]
public ref class SchemaHierarchyBase abstract
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type SchemaHierarchyBase = class end
public abstract class SchemaHierarchyBase
The SchemaHierarchyBase type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SchemaHierarchyBase | Initializes a new instance of the SchemaHierarchyBase class. |
Top
Properties
Name | Description | |
---|---|---|
Controller | Gets or sets the schema view controller. | |
DataSchemaModel | Gets or sets the schema manager. | |
UserInteractionServices | Gets or sets the user interaction services object. |
Top
Methods
Name | Description | |
---|---|---|
ArePathsEqual | Compares two hierarchy node paths to determine whether they are equal. | |
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.) | |
GetElementNameStyle | Returns the display style for model elements. | |
GetElementParent | Returns the hierarchical parent element of the given element. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsEqual | Compares two hierarchy nodes to determine whether they are equal. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NodeCreated | Sets the sorter of the node to use the comparison functionality of the schema manager. | |
ToString | Returns a string that represents the current object. (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.Schema.Package.Project.SchemaModelViewer Namespace