BaseEditorFactory Members

Include Protected Members
Include Inherited Members

This abstract editor factory is used by the data tools factories.

The BaseEditorFactory type exposes the following members.

Constructors

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

Top

Methods

  Name Description
Public method Close Supplies notification that the factory is being closed.
Protected method CreateDocData Overloaded. Creates a new instance of a DocData.
Protected method CreateDocView Creates a new instance of a BaseEditorPane, as specified.
Public method CreateEditorInstance Creates an editor instance.
Public method Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
Protected method GetDocData Returns the object as an instance of our document data base class.
Public method GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
Public method GetService Returns the service object of the specified service type.
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method IsDocDataSupported Returns whether a specified type of document data is supported.
Public method MapLogicalView Maps a logical view to a physical view.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method SetSite Sets the site.
Public method ToString Returns a String that represents the current Object. (Inherited from Object.)

Top

Properties

  Name Description
Protected property CancelEditorCreate Gets or sets whether to cancel the creation of the editor instance.
Protected property Flags Gets or sets the flags passed in calls to CreateEditorInstance.
Protected property ServiceProvider Gets the service provider.

Top

See Also

Reference

BaseEditorFactory Class

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace