다음을 통해 공유


IInt64ControlAddInDefinition Interface

Interface for a control add-in definition interface with a Int64 value type and a ControlAddInEventHandler event.

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

Usage

Syntax

'Declaration
Public Interface IInt64ControlAddInDefinition
    Inherits IValueControlAddInDefinition(Of Long), IEventControlAddInDefinition
public interface IInt64ControlAddInDefinition : IValueControlAddInDefinition<long>, IEventControlAddInDefinition
public interface class IInt64ControlAddInDefinition : IValueControlAddInDefinition<long long>, IEventControlAddInDefinition
public interface IInt64ControlAddInDefinition extends IValueControlAddInDefinition<long>, 
    IEventControlAddInDefinition
public interface IInt64ControlAddInDefinition extends IValueControlAddInDefinition<long>, 
    IEventControlAddInDefinition

Platforms

See Also

Reference

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