EditorFactoryBase Class
Base class for editor factories.
Assembly: SQLEditors (in SQLEditors.dll)
Microsoft.SqlServer.Management.UI.VSIntegration.Editors::EditorFactoryBase
Microsoft.SqlServer.Management.UI.VSIntegration.Editors::EditorFactorySql
Microsoft.SqlServer.Management.UI.VSIntegration.Editors::EditorFactorySqlCe
Microsoft.SqlServer.Management.UI.VSIntegration.Editors::ShowPlanEditorFactory
| Name | Description | |
|---|---|---|
![]() | EditorFactoryBase() | Initializes a new instance of the T::Microsoft.SqlServer.Management.UI.VSIntegration.Editors.EditorFactoryBase class. |
| Name | Description | |
|---|---|---|
![]() | Cookie | Abstract handle in Visual Studio to be used to unregister this editor. |
![]() | EditorGuid | Gets the editor factory Guid. |
| Name | Description | |
|---|---|---|
![]() | CreateEditorInstance(IServiceProvider^, Boolean, String^) | Creates an instance of the editor. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | editorGuid | The Guid of the editor. |
![]() ![]() | traceName | Trace source name. |
![]() | withEncoding | Boolean that indicates if the script uses encoding. |
| Name | Description | |
|---|---|---|
![]() ![]() | IVsEditorFactory::Close() | Interop provider. |
![]() ![]() | IVsEditorFactory::CreateEditorInstance(UInt32, String^, String^, IVsHierarchy^, UInt32, IntPtr, IntPtr%, IntPtr%, String^%, Guid%, Int32%) | The interop provider. |
![]() ![]() | IVsEditorFactory::MapLogicalView(Guid%, String^%) | Maps the logical view. |
![]() ![]() | IVsEditorFactory::SetSite(IServiceProvider^) | Sets the site. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.







