Include Protected Members
Include Inherited Members
Provides support for the modeling editor factory, which enables the Visual Studio shell to obtain an editor for a specific file type.
The ModelingEditorFactory type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
ModelingEditorFactory | Initializes a new instance of the ModelingEditorFactory class. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Close | Releases all cached interface pointers and unregisters any event synchronizations. |
![]() |
CreateDocData | Overloaded. Creates a document in memory. |
![]() |
CreateDocView | Creates a document in memory. |
![]() |
CreateEditorInstance | Creates a modeling editor. |
![]() |
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 | Gets a document. |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
HandleEditorCreationException | Handles an exception if one occurs when an additional modeling editor is created. |
![]() |
IsDocDataSupported | Verifies whether a document of a specific format can be used in the modeling editor. |
![]() |
MapLogicalView | Overloaded. Maps a logical view to a physical view. |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
OnAfterCloseSolution | Notifies listening clients that the modeling editor has closed. |
![]() |
OnAfterLoadProject | Notifies listening clients that the project has loaded. |
![]() |
OnAfterOpenProject | Notifies listening clients that the project has opened. |
![]() |
OnAfterOpenSolution | Notifies listening clients that the modeling editor has opened. |
![]() |
OnBeforeCloseProject | Notifies listening clients that the project is about to be closed. |
![]() |
OnBeforeCloseSolution | Notifies listening clients that the modeling editor is about to be closed. |
![]() |
OnBeforeUnloadProject | Notifies listening clients that the project is about to be unloaded. |
![]() |
OnQueryCloseProject | Queries listening clients as to whether the project can be closed. |
![]() |
OnQueryCloseSolution | Notifies listening clients that the modeling editor has closed. |
![]() |
OnQueryUnloadProject | Queries listening clients as to whether the project can be unloaded. |
![]() |
SetSite | Sets the service provider from which to access shell services. |
![]() |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
CancelEditorCreate | Gets the value of the cancelEditorCreate flag. If this value is larger than 0, this property prevents the modeling editor from being created and sets this flag to 0. |
![]() |
Flags | Gets a list of flags, which define how the modeling editor is created. |
![]() |
ServiceProvider | Gets the service provider that retrieves Visual Studio services. |
Top
.gif)
.gif)
.gif)