Share via


GeneratedComInterfaceAttribute.Options Propiedad

Definición

Opciones para generar la interoperabilidad de interfaz COM con el generador de orígenes de interoperabilidad 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

Valor de propiedad

Comentarios

Las opciones predeterminadas generan un contenedor de objetos administrados y un contenedor de objetos COM.

Se aplica a