CodeStyleOptions Class

Definition

Microsoft.CodeAnalysis.CodeStyle.CodeStyleOptions2
public ref class CodeStyleOptions
public class CodeStyleOptions
public static class CodeStyleOptions
type CodeStyleOptions = class
Public Class CodeStyleOptions
Inheritance
CodeStyleOptions

Constructors

Name Description
CodeStyleOptions() Microsoft.CodeAnalysis.CodeStyle.CodeStyleOptions2

Fields

Name Description
PreferIntrinsicPredefinedTypeKeywordInDeclaration

This option says if we should prefer keyword for Intrinsic Predefined Types in Declarations

PreferIntrinsicPredefinedTypeKeywordInMemberAccess

This option says if we should prefer keyword for Intrinsic Predefined Types in Member Access Expression

QualifyEventAccess

This option says if we should simplify away the this. or Me. in event access expressions.

QualifyFieldAccess

This option says if we should simplify away the this. or Me. in field access expressions.

QualifyMethodAccess

This option says if we should simplify away the this. or Me. in method access expressions.

QualifyPropertyAccess

This option says if we should simplify away the this. or Me. in property access expressions.

Applies to