다음을 통해 공유


ISymbol.GetDocumentationCommentXml 메서드

정의

기호와 연결된 주석의 XML(텍스트)을 가져옵니다.

public string GetDocumentationCommentXml (System.Globalization.CultureInfo preferredCulture = default, bool expandIncludes = false, System.Threading.CancellationToken cancellationToken = default);
public string? GetDocumentationCommentXml (System.Globalization.CultureInfo? preferredCulture = default, bool expandIncludes = false, System.Threading.CancellationToken cancellationToken = default);
abstract member GetDocumentationCommentXml : System.Globalization.CultureInfo * bool * System.Threading.CancellationToken -> string
Public Function GetDocumentationCommentXml (Optional preferredCulture As CultureInfo = Nothing, Optional expandIncludes As Boolean = false, Optional cancellationToken As CancellationToken = Nothing) As String

매개 변수

preferredCulture
CultureInfo

기본 문화권 또는 기본값에 대한 null입니다.

expandIncludes
Boolean

필요에 따라 include> 요소를 확장<합니다. 소스가 아닌 설명서 주석에는 영향을 주지 않습니다.

cancellationToken
CancellationToken

요청 취소를 허용하는 토큰입니다.

반환

기호의 설명서 파일에 쓸 XML입니다.

적용 대상