DataPackage.Services Class

Contains all the service accessor properties.

Inheritance Hierarchy

System..::..Object
  Microsoft.VisualStudio.Data.Tools.Package.UI..::..DataPackage..::..Services

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

Syntax

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

The DataPackage..::..Services type exposes the following members.

Properties

  Name Description
Public propertyStatic member Debugger Gets {insert text here}.
Public propertyStatic member DTE Gets {insert text here}.
Public propertyStatic member Extensibility Gets {insert text here}.
Public propertyStatic member Help Gets {insert text here}.
Public propertyStatic member LocalRegistry Gets {insert text here}.
Public propertyStatic member LocalRegistry4 Gets {insert text here}.
Public propertyStatic member OleComponentManager Gets {insert text here}.
Public propertyStatic member SolutionBuildManager Gets {insert text here}.
Public propertyStatic member UIService Gets {insert text here}.
Public propertyStatic member VsOutputWindow Gets {insert text here}.

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.Tools.Package.UI Namespace