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 | |
---|---|---|
BaseEditorFactory | Initializes a new instance of the BaseEditorFactory class. |
Top
Methods
Name | Description | |
---|---|---|
Close | Supplies notification that the factory is being closed. | |
CreateDocData | Overloaded. Creates a new instance of a DocData. | |
CreateDocView | Creates a new instance of a BaseEditorPane, as specified. | |
CreateEditorInstance | Creates an editor instance. | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
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.) | |
GetDocData | Returns the object as an instance of our document data base class. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetService | Returns the service object of the specified service type. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
IsDocDataSupported | Returns whether a specified type of document data is supported. | |
MapLogicalView | Maps a logical view to a physical view. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
SetSite | Sets the site. | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CancelEditorCreate | Gets or sets whether to cancel the creation of the editor instance. | |
Flags | Gets or sets the flags passed in calls to CreateEditorInstance. | |
ServiceProvider | Gets the service provider. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace