次の方法で共有


CompilationReference.WithEmbedInteropTypes(Boolean) メソッド

定義

指定した相互運用機能の型を埋め込む参照のインスタンスを返します。

public:
 Microsoft::CodeAnalysis::CompilationReference ^ WithEmbedInteropTypes(bool value);
public Microsoft.CodeAnalysis.CompilationReference WithEmbedInteropTypes (bool value);
override this.WithEmbedInteropTypes : bool -> Microsoft.CodeAnalysis.CompilationReference
Public Function WithEmbedInteropTypes (value As Boolean) As CompilationReference

パラメーター

value
Boolean

の新しい値 EmbedInteropTypes

戻り値

例外

相互運用機能の種類は、モジュールから埋め込むできません。

適用対象