次の方法で共有


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

戻り値

ユーザーに表示できる書式設定された文字列。

適用対象