Share via


GeneratedComInterfaceAttribute.Options Propriété

Définition

Options permettant de générer l’interopérabilité d’interface COM avec le générateur de source d’interopérabilité COM.

public:
 property System::Runtime::InteropServices::Marshalling::ComInterfaceOptions Options { System::Runtime::InteropServices::Marshalling::ComInterfaceOptions get(); void set(System::Runtime::InteropServices::Marshalling::ComInterfaceOptions value); };
public System.Runtime.InteropServices.Marshalling.ComInterfaceOptions Options { get; set; }
member this.Options : System.Runtime.InteropServices.Marshalling.ComInterfaceOptions with get, set
Public Property Options As ComInterfaceOptions

Valeur de propriété

Remarques

Les options par défaut génèrent à la fois un wrapper d’objet managé et un wrapper d’objet COM.

S’applique à