Guids Class
GUIDs used to query the extension manager service and the extension repository.
Inheritance Hierarchy
Object
Microsoft.VisualStudio.ExtensionManager.Guids
Namespace: Microsoft.VisualStudio.ExtensionManager
Assembly: Microsoft.VisualStudio.ExtensionManager (in Microsoft.VisualStudio.ExtensionManager.dll)
Syntax
'Declaration
Public NotInheritable Class Guids
public static class Guids
public ref class Guids abstract sealed
[<AbstractClass>]
[<Sealed>]
type Guids = class end
public final class Guids
The Guids type exposes the following members.
Fields
Name | Description | |
---|---|---|
SVsExtensionManagerGuid | GUID to query the SVsExtensionManager instance. | |
SVsExtensionRepositoryGuid | GUID to query the SVsExtensionRepository instance. | |
SVsSamplesRepositoryGuid |
Top
Remarks
Although this API supports the Extension Manager infrastructure, we recommend that you do not use it because it is subject to change.
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.