Freigeben über


VisualBasicCompilationOptions.WithEmbedVbCoreRuntime(Boolean) Methode

Definition

Erstellt eine neue VisualBasicCompilationOptions-Instanz mit einer anderen vb Core-Runtime, die angegeben ist.

public:
 Microsoft::CodeAnalysis::VisualBasic::VisualBasicCompilationOptions ^ WithEmbedVbCoreRuntime(bool value);
public Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions WithEmbedVbCoreRuntime (bool value);
member this.WithEmbedVbCoreRuntime : bool -> Microsoft.CodeAnalysis.VisualBasic.VisualBasicCompilationOptions
Public Function WithEmbedVbCoreRuntime (value As Boolean) As VisualBasicCompilationOptions

Parameter

value
Boolean

Die Einstellung "VB Core Runtime einbetten"

Gibt zurück

Eine neue Instanz von VisualBasicCompilationOptions, wenn die vb-Kernlaufzeit unterschiedlich ist; andernfalls aktuelle Instanz.

Gilt für: