SimplificationOptions Class

Definition

Contains the options that needs to be drilled down to the Simplification Engine

public ref class SimplificationOptions abstract sealed
public static class SimplificationOptions
type SimplificationOptions = class
Public Class SimplificationOptions
Inheritance
SimplificationOptions

Properties

AllowSimplificationToBaseType
Obsolete.

This option says if we should simplify from Derived types to Base types in Static Member Accesses

AllowSimplificationToGenericType
Obsolete.

This option says if we should simplify to NonGeneric Name rather than GenericName

PreferAliasToQualification
Obsolete.

This option tells the simplification engine if the Qualified Name should be replaced by Alias if the user had initially not used the Alias

PreferImplicitTypeInference
Obsolete.

This option says that if we should simplify the Generic Name which has the type argument inferred

PreferImplicitTypeInLocalDeclaration
Obsolete.

This option says if we should simplify the Explicit Type in Local Declarations

PreferIntrinsicPredefinedTypeKeywordInDeclaration
Obsolete.
Obsolete.

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

PreferIntrinsicPredefinedTypeKeywordInMemberAccess
Obsolete.
Obsolete.

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

PreferOmittingModuleNamesInQualification
Obsolete.

This option influences the name reduction of members of a module in VB. If set to true, the name reducer will e.g. reduce Namespace.Module.Member to Namespace.Member.

QualifyEventAccess
Obsolete.
Obsolete.

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

QualifyFieldAccess
Obsolete.
Obsolete.

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

QualifyMemberAccessWithThisOrMe
Obsolete.
Obsolete.

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

QualifyMethodAccess
Obsolete.
Obsolete.

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

QualifyPropertyAccess
Obsolete.
Obsolete.

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

Applies to