ComInterfaceOptions Enum
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.
This enumeration supports a bitwise combination of its member values.
public enum class ComInterfaceOptions
[System.Flags]
public enum ComInterfaceOptions
[<System.Flags>]
type ComInterfaceOptions =
Public Enum ComInterfaceOptions
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | No options specified. |
ManagedObjectWrapper | 1 | Generate a wrapper for managed objects to enable exposing them through the COM interface. |
ComObjectWrapper | 2 | Generate a wrapper for COM objects to enable exposing them through the managed interface. |
Applies to
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET