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
用于格式设置的顶级可为空性。
- position
- Int32
源代码中的位置 (上下文) 。
- format
- SymbolDisplayFormat
格式设置规则 - null 表示 MinimallyQualifiedFormat
返回
可向用户显示的格式字符串。