EditorFactoryPackage Class
Implements the package that is responsible for registering all SQL Workbench editor factories and creating editors.
Assembly: SQLEditors (in SQLEditors.dll)
Microsoft.SqlServer.Management.UI.VSIntegration::SQLWorkbenchPackage
Microsoft.SqlServer.Management.UI.VSIntegration.Editors::EditorFactoryPackage
| Name | Description | |
|---|---|---|
![]() | EditorFactoryPackage() | Initializes a new instance of the EditorFactoryPackage class. |
| Name | Description | |
|---|---|---|
![]() | Close() | Does cleanup when package is being unloaded.(Overrides SQLWorkbenchPackage::Close().) |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() ![]() | LoadString(UInt32) | Directly loads a localized string from a Visual Studio package satellite DLL. |
![]() | SetSite(IServiceProvider^) | Called when the shell loads editor.(Overrides SQLWorkbenchPackage::SetSite(IServiceProvider^).) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | IServiceProvider::QueryService(Guid%, Guid%, IntPtr%) | Interop provider. |
![]() ![]() | IVsBroadcastMessageEvents::OnBroadcastMessage(UInt32, IntPtr, IntPtr) | Interop provider that receives broadcast messages from the shell. |
![]() ![]() | IVsFontAndColorDefaultsProvider::GetObject(Guid%, Object^%) | Returns an IVsFontAndColorDefaults or an IVsFontAndColorGroupIVsFontAndColorDefaults interface for the category specified by the rguidCategory parameter. |
![]() ![]() | IVsTextMarkerTypeProvider::GetTextMarkerType(Guid%, IVsPackageDefinedTextMarkerType^%) | Interop provider. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



