AddInStoreExtensions Class

Provides extension methods for the AddInStore class.

Namespace:  Microsoft.VisualStudio.Tools.Applications
Assembly:  Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Hosting.v9.0.dll)

Syntax

'Declaration
Public NotInheritable Class AddInStoreExtensions
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class AddInStoreExtensions
public ref class AddInStoreExtensions abstract sealed
public final class AddInStoreExtensions

Remarks

These classes provide methods for finding and storing information about available add-ins and pipeline segments.

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Tools.Applications.AddInStoreExtensions

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

AddInStoreExtensions Members

Microsoft.VisualStudio.Tools.Applications Namespace