CompilationOptions.SourceReferenceResolver Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the resolver for resolving source document references for the compilation. Null if the compilation is not allowed to contain source file references, such as #line pragmas and #load directives.
public: property Microsoft::CodeAnalysis::SourceReferenceResolver ^ SourceReferenceResolver { public:
Microsoft::CodeAnalysis::SourceReferenceResolver ^ get(); protected:
void set(Microsoft::CodeAnalysis::SourceReferenceResolver ^ value); };
public Microsoft.CodeAnalysis.SourceReferenceResolver SourceReferenceResolver { get; protected set; }
public Microsoft.CodeAnalysis.SourceReferenceResolver? SourceReferenceResolver { get; protected set; }
member this.SourceReferenceResolver : Microsoft.CodeAnalysis.SourceReferenceResolver with get, set
Public Property SourceReferenceResolver As SourceReferenceResolver
Property Value
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.