ComInterfaceOptions 列舉

定義

如何與 COM Interop 來源產生器產生 COM 介面 Interop 的選項。

此列舉支援其成員值的位元組合。

public enum class ComInterfaceOptions
[System.Flags]
public enum ComInterfaceOptions
[<System.Flags>]
type ComInterfaceOptions = 
Public Enum ComInterfaceOptions
繼承
ComInterfaceOptions
屬性

欄位

ComObjectWrapper 2

產生 COM 物件的包裝函式,以便透過 Managed 介面公開這些包裝函式。

ManagedObjectWrapper 1

產生 Managed 物件的包裝函式,以透過 COM 介面加以公開。

None 0

未指定選項。

適用於