Share via


SetVBOptionCodeGenerator Class

Definition

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the conversion of the SetVBOptionCodeGenerator of the value.

public class SetVBOptionCodeGenerator : System.Web.Razor.Generator.SpanCodeGenerator
type SetVBOptionCodeGenerator = class
    inherit SpanCodeGenerator
Public Class SetVBOptionCodeGenerator
Inherits SpanCodeGenerator
Inheritance
SetVBOptionCodeGenerator

Constructors

SetVBOptionCodeGenerator(String, Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Initializes a new instance of the SetVBOptionCodeGenerator class.

Fields

ExplicitCodeDomOptionName

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the explicit code Dom option name.

StrictCodeDomOptionName

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Represents the strict code Dom option name.

Properties

OptionName

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets the option name for the code generator.

Value

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Gets a value that indicates whether the SetVBOptionCodeGenerator has a value.

Methods

Equals(Object)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Determines whether the specified object is equal to the current object.

(Inherited from SpanCodeGenerator)
Explicit(Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Converts the SetVBOptionCodeGenerator explicitly to the on and off value.

GenerateCode(Span, CodeGeneratorContext)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Generates code for the specified parameters.

GetHashCode()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a hash code for the span code generator.

(Inherited from SpanCodeGenerator)
Strict(Boolean)

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Strictly converts the SetVBOptionCodeGenerator to the on and off value.

ToString()

This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.Returns a String that represents the current Object.

Applies to