ModuleMetadata.GetReference(DocumentationProvider, String, String) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
모듈 메타데이터에 대한 참조를 만듭니다.
public Microsoft.CodeAnalysis.PortableExecutableReference GetReference (Microsoft.CodeAnalysis.DocumentationProvider documentation = default, string filePath = default, string display = default);
public Microsoft.CodeAnalysis.PortableExecutableReference GetReference (Microsoft.CodeAnalysis.DocumentationProvider? documentation = default, string? filePath = default, string? display = default);
member this.GetReference : Microsoft.CodeAnalysis.DocumentationProvider * string * string -> Microsoft.CodeAnalysis.PortableExecutableReference
Public Function GetReference (Optional documentation As DocumentationProvider = Nothing, Optional filePath As String = Nothing, Optional display As String = Nothing) As PortableExecutableReference
매개 변수
- documentation
- DocumentationProvider
모듈에 포함된 메타데이터 기호에 대한 XML 문서 주석 공급자입니다.
- filePath
- String
메타데이터의 위치를 설명하는 경로이거나, 메타데이터에 위치가 없는 경우 null입니다.
- display
- String
참조를 ID로 지정하기 위해 오류 메시지에 사용되는 문자열을 표시합니다.
반환
모듈 메타데이터에 대한 참조입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET