Поделиться через


ModuleMetadata.GetReference(DocumentationProvider, String, String) Метод

Определение

Создает ссылку на метаданные модуля.

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

Отображение строки, используемой в сообщениях об ошибках для идентификации ссылки.

Возвращаемое значение

Ссылка на метаданные модуля.

Применяется к