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
Finds an add-in that matches specified information about the add-in.
FindAddIn(AddInInformation, String)
Finds an add-in that matches specified information about the add-in and the path of the pipeline directory structure.
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.
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.
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