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 IEdmAddInMgr8 Inherits IEdmAddInMgr5, IEdmAddInMgr6, IEdmAddInMgr7 | |
| C# | |
|---|---|
public interface IEdmAddInMgr8 : IEdmAddInMgr5, IEdmAddInMgr6, IEdmAddInMgr7 | |
| C++/CLI | |
|---|---|
public interface class IEdmAddInMgr8 : public IEdmAddInMgr5, IEdmAddInMgr6, IEdmAddInMgr7 | |
See the IEdmAddInMgr5 examples.
This interface:
- extends IEdmAddInMgr7 by providing the ability to extract files from add-ins.
- is extended by IEdmAddInMgr9.