SymbolDisplayFormat.MinimallyQualifiedFormat Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Formats a symbol description in a form that suits ToMinimalDisplayString(SemanticModel, Int32, SymbolDisplayFormat).
public:
static property Microsoft::CodeAnalysis::SymbolDisplayFormat ^ MinimallyQualifiedFormat { Microsoft::CodeAnalysis::SymbolDisplayFormat ^ get(); };
public static Microsoft.CodeAnalysis.SymbolDisplayFormat MinimallyQualifiedFormat { get; }
static member MinimallyQualifiedFormat : Microsoft.CodeAnalysis.SymbolDisplayFormat
Public Shared ReadOnly Property MinimallyQualifiedFormat As SymbolDisplayFormat
Property Value
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.