SimplificationOptions Class
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.
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 |
QualifyFieldAccess |
Obsolete.
Obsolete.
This option says if we should simplify away the |
QualifyMemberAccessWithThisOrMe |
Obsolete.
Obsolete.
This option says if we should simplify away the |
QualifyMethodAccess |
Obsolete.
Obsolete.
This option says if we should simplify away the |
QualifyPropertyAccess |
Obsolete.
Obsolete.
This option says if we should simplify away the |