AxWrapperGen(Type) Costruttore

Definizione

Genera un wrapper ActiveX per l'hosting in fase di progettazione di un controllo ActiveX.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 AxWrapperGen(Type ^ axType);
public AxWrapperGen (Type axType);
new System.Windows.Forms.Design.AxWrapperGen : Type -> System.Windows.Forms.Design.AxWrapperGen
Public Sub New (axType As Type)

Parametri

axType
Type

Il tipo di controllo ActiveX per cui generare un wrapper.

Si applica a