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 | |
---|---|---|
ServicesPackage |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetService<T>() | ||
GetService<T, S>() | ||
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Fields
Name | Description | |
---|---|---|
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.