IControlAddInSite Interface

Defines the interface that allows a control add-in to get information about the container of the add-in control.

Namespace: Microsoft.Dynamics.Framework.UI.Extensibility
Assembly: Microsoft.Dynamics.Framework.UI.Extensibility (in Microsoft.Dynamics.Framework.UI.Extensibility.dll)

Usage

Syntax

'Declaration
public interface IControlAddInSite

Remarks

The IControlAddIn interface is initialized with a control add-in site object, which implements the IControlAddInSite interface. The IControlAddInSite interface provides information to control add-in across all display targets and allows the control add-in to call functionality inside the Microsoft Dynamics NAV framework. For example, a control can retrieve metadata information.

Platforms

See Also

Reference

IControlAddInSite Members
Microsoft.Dynamics.Framework.UI.Extensibility Namespace