Freigeben über


CompilationReference.WithEmbedInteropTypes(Boolean) Methode

Definition

Gibt eine Instanz des Verweises mit angegebenen Interoptypen zurück, die einbetten.

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

Parameter

value
Boolean

Der neue Wert für EmbedInteropTypes.

Gibt zurück

Ausnahmen

Interoptypen können nicht aus Modulen eingebettet werden.

Gilt für: