CompilationOptions.CommonWithModuleName(String) 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.
protected:
abstract Microsoft::CodeAnalysis::CompilationOptions ^ CommonWithModuleName(System::String ^ moduleName);
protected abstract Microsoft.CodeAnalysis.CompilationOptions CommonWithModuleName(string moduleName);
protected abstract Microsoft.CodeAnalysis.CompilationOptions CommonWithModuleName(string? moduleName);
abstract member CommonWithModuleName : string -> Microsoft.CodeAnalysis.CompilationOptions
Protected MustOverride Function CommonWithModuleName (moduleName As String) As CompilationOptions
Parameter
- moduleName
- String