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 IEdmAddInMgr6 Inherits IEdmAddInMgr5 | |
| C# | |
|---|---|
public interface IEdmAddInMgr6 : IEdmAddInMgr5 | |
| C++/CLI | |
|---|---|
public interface class IEdmAddInMgr6 : public IEdmAddInMgr5 | |
See the IEdmAddInMgr5 examples.
This interface:
- extends IEdmAddInMgr5 by providing administration of debug add-ins.
- is extended by IEdmAddInMgr7.