Share via


AddInStoreExtensions.FindAddIn Method

Include Protected Members
Include Inherited Members

Finds a specific add-in.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

 

Name

Description

Public methodStatic member

FindAddIn(AddInInformation)

Finds an add-in that matches specified information about the add-in.

Public methodStatic member

FindAddIn(AddInInformation, String)

Finds an add-in that matches specified information about the add-in and the path of the pipeline directory structure.

Public methodStatic member

FindAddIn(AddInInformation, String, Type)

Finds an add-in that matches specified information about the add-in, the path of the pipeline directory structure, and the type that defines the host's view of the add-in.

Public methodStatic member

FindAddIn(AddInInformation, String, Type, array<SegmentConstraints[])

Finds an add-in that matches specified information about the add-in, the path of the pipeline directory structure, the type that defines the host's view of the add-in, and an array of segment constraints.

Public methodStatic member

FindAddIn(String, String, String, Type, array<SegmentConstraints[])

Finds an add-in that matches the path of the add-in, the fully qualified name of the add-in, the path of the pipeline directory structure, the type that defines the host's view of the add-in, and an array of segment constraints.

Top

See Also

Reference

AddInStoreExtensions Class

AddInStoreExtensions Members

Microsoft.VisualStudio.Tools.Applications Namespace