CodeStyleOptions.QualifyPropertyAccess Field
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.
This option says if we should simplify away the this. or Me. in property access expressions.
public: static initonly Microsoft::CodeAnalysis::Options::PerLanguageOption<Microsoft::CodeAnalysis::CodeStyle::CodeStyleOption<bool> ^> ^ QualifyPropertyAccess;
public static readonly Microsoft.CodeAnalysis.Options.PerLanguageOption<Microsoft.CodeAnalysis.CodeStyle.CodeStyleOption<bool>> QualifyPropertyAccess;
staticval mutable QualifyPropertyAccess : Microsoft.CodeAnalysis.Options.PerLanguageOption<Microsoft.CodeAnalysis.CodeStyle.CodeStyleOption<bool>>
Public Shared ReadOnly QualifyPropertyAccess As PerLanguageOption(Of CodeStyleOption(Of Boolean))