GeneratedComInterfaceAttribute.Options Propriedade

Definição

Opções para gerar interoperabilidade de interface COM com o gerador de fontes 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 de Propriedade

Observações

As opções padrão geram tanto um wrapper de objeto gerido como um wrapper de objeto COM.

Aplica-se a