다음을 통해 공유


AnalyzerConfigSet.GetOptionsForSourcePath(String) 메서드

정의

AnalyzerConfigOptionsResult 원본 파일에 대한 값을 반환합니다. 이는 이 파일에 적용되는 규칙을 계산 AnalyzerConfig 하고 동일한 파일에 대한 규칙이 여러 개인 경우 우선 순위 규칙을 올바르게 적용합니다.

public Microsoft.CodeAnalysis.AnalyzerConfigOptionsResult GetOptionsForSourcePath (string sourcePath);
member this.GetOptionsForSourcePath : string -> Microsoft.CodeAnalysis.AnalyzerConfigOptionsResult
Public Function GetOptionsForSourcePath (sourcePath As String) As AnalyzerConfigOptionsResult

매개 변수

sourcePath
String

원본 파일 또는 추가 파일과 같은 파일의 경로입니다. null이 아니어야 합니다.

반환

설명

이 메서드는 여러 스레드에서 호출해도 안전합니다.

적용 대상