Guids Class

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

GUIDs used to query the extension manager service and the extension repository.

Inheritance Hierarchy

System.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
Public fieldStatic member SVsExtensionManagerGuid GUID to query the SVsExtensionManager instance.
Public fieldStatic member SVsExtensionManangerUpdateNotificationProvider
Public fieldStatic member SVsExtensionRepositoryGuid GUID to query the SVsExtensionRepository instance.
Public fieldStatic member 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.

See Also

Reference

Microsoft.VisualStudio.ExtensionManager Namespace