AddInStoreExtensions.FindAddIns Method
Include Protected Members
Include Inherited Members
Finds all add-ins.
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
FindAddIns(ExtensionPipelineStoreLocation, array<String[])
Finds all add-ins at the specified location of the pipeline store and the path or paths to the add-ins.
FindAddIns(Type, ExtensionPipelineStoreLocation, array<String[])
Finds all add-ins at the specified location of the pipeline store and path or paths to the add-ins, if they match the type that defines the host's view of the add-in.
Top