다음을 통해 공유


ITypeSymbol.ToMinimalDisplayString 메서드

정의

기호를 사용자에게 표시할 수 있는 문자열로 변환합니다. 소스 코드의 특정 위치에 맞게 조정할 수 있습니다.

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

반환

사용자에게 표시할 수 있는 형식이 지정된 문자열입니다.

적용 대상