VisualBasicCompilationOptions.WithEmbedVbCoreRuntime(Boolean) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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.