Share via


GeneratedComInterfaceAttribute.Options プロパティ

定義

COM 相互運用ソース ジェネレーターを使用して 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

プロパティ値

注釈

既定のオプションでは、マネージド オブジェクト ラッパーと COM オブジェクト ラッパーの両方が生成されます。

適用対象