GeneratedComInterfaceAttribute.Options Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Options for how to generate COM interface interop with the COM interop source generator.
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
Property Value
Remarks
The default options generate both a managed object wrapper and a COM object wrapper.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.