Allows you to administer add-ins.
NOTE: Click the Members link, located near the top of the topic, to see this interface's methods and properties.| Visual Basic | |
|---|---|
Public Interface IEdmAddInMgr7 Inherits IEdmAddInMgr5, IEdmAddInMgr6 | |
| C# | |
|---|---|
public interface IEdmAddInMgr7 : IEdmAddInMgr5, IEdmAddInMgr6 | |
| C++/CLI | |
|---|---|
public interface class IEdmAddInMgr7 : public IEdmAddInMgr5, IEdmAddInMgr6 | |
See the IEdmAddInMgr5 examples.
This interface:
- extends IEdmAddInMgr6 by providing the ability to get information about all of the add-ins in a vault.
- is extended by IEdmAddInMgr8.