Share via


DataPackage.Services Class

This class contains all the service accessor properties.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Package.UI.DataPackage.Services

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Public NotInheritable Class Services
public static class Services
public ref class Services abstract sealed
[<AbstractClass>]
[<Sealed>]
type Services =  class end
public final class Services

The DataPackage.Services type exposes the following members.

Properties

  Name Description
Public propertyStatic member ConnectionDialogFactory Gets the DataConnectionDialogFactory service.
Public propertyStatic member DataConnectionFactory Gets the DataConnectionFactory service.
Public propertyStatic member DataConnectionManager Gets the DataConnectionManager service.
Public propertyStatic member DTE Gets the DTE service.
Public propertyStatic member ExplorerConnectionManager Gets the DataExplorerConnectionManager service.
Public propertyStatic member Help Gets the Visual Studio Help service.
Public propertyStatic member LinkedUndoTransactionManager Gets the service for the LinkedUndoTransactionManager,
Public propertyStatic member LocalRegistry Gets the ILocalRegistry service.
Public propertyStatic member OleComponentManager Gets the IOleComponentManager.
Public propertyStatic member OutputWindow Gets the output window service.
Public propertyStatic member PreviewChangesService Gets the service to refactor PreviewChanges.
Public propertyStatic member UIService Gets the Windows Forms user interface service.

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

Microsoft.VisualStudio.Data.Schema.Package.UI Namespace