共用方式為


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

傳回

可向使用者顯示的格式化字串。

適用於