ITypeSymbol.ToMinimalDisplayString 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
기호를 사용자에게 표시할 수 있는 문자열로 변환합니다. 소스 코드의 특정 위치에 맞게 조정할 수 있습니다.
public string ToMinimalDisplayString (Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat format = default);
public string ToMinimalDisplayString (Microsoft.CodeAnalysis.SemanticModel semanticModel, Microsoft.CodeAnalysis.NullableFlowState topLevelNullability, int position, Microsoft.CodeAnalysis.SymbolDisplayFormat? format = default);
abstract member ToMinimalDisplayString : Microsoft.CodeAnalysis.SemanticModel * Microsoft.CodeAnalysis.NullableFlowState * int * Microsoft.CodeAnalysis.SymbolDisplayFormat -> string
Public Function ToMinimalDisplayString (semanticModel As SemanticModel, topLevelNullability As NullableFlowState, position As Integer, Optional format As SymbolDisplayFormat = Nothing) As String
매개 변수
- semanticModel
- SemanticModel
바인딩 정보(컨텍스트에 적합한 이름을 결정하기 위한).
- topLevelNullability
- NullableFlowState
서식 지정에 사용할 최상위 Null 허용률입니다.
- position
- Int32
소스 코드(컨텍스트)의 위치입니다.
- format
- SymbolDisplayFormat
서식 규칙 - null은 MinimallyQualifiedFormat
반환
사용자에게 표시할 수 있는 형식이 지정된 문자열입니다.
적용 대상
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET