Share via


GeneratedComInterfaceAttribute.Options Propriedade

Definição

Opções de como gerar interoperabilidade de interface COM com o gerador de origem de interoperabilidade 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 da propriedade

Comentários

As opções padrão geram um wrapper de objeto gerenciado e um wrapper de objeto COM.

Aplica-se a