ServicesPackage Class

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Shell.Package
    Microsoft.VisualStudio.Services.Integration.ServicesPackage

Namespace:  Microsoft.VisualStudio.Services.Integration
Assembly:  Microsoft.VisualStudio.Services.Integration (in Microsoft.VisualStudio.Services.Integration.dll)

Syntax

'Declaration
<GuidAttribute("0B93CCC5-BC52-40E9-91A3-7B8B58C4526B")> _
Public NotInheritable Class ServicesPackage _
    Inherits Package
[GuidAttribute("0B93CCC5-BC52-40E9-91A3-7B8B58C4526B")]
public sealed class ServicesPackage : Package
[GuidAttribute(L"0B93CCC5-BC52-40E9-91A3-7B8B58C4526B")]
public ref class ServicesPackage sealed : public Package
[<Sealed>]
[<GuidAttribute("0B93CCC5-BC52-40E9-91A3-7B8B58C4526B")>]
type ServicesPackage =  
    class 
        inherit Package 
    end
public final class ServicesPackage extends Package

The ServicesPackage type exposes the following members.

Constructors

  Name Description
Public method ServicesPackage

Top

Methods

  Name Description
Public method Equals Determines whether the specified object is equal to the current object. (Inherited from Object.)
Public method GetHashCode Serves as the default hash function. (Inherited from Object.)
Public method GetService<T>()
Public method GetService<T, S>()
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Public method ToString Returns a string that represents the current object. (Inherited from Object.)

Top

Fields

  Name Description
Public fieldStatic member PackageGuid

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.Services.Integration Namespace