Show / Hide Table of Contents

Class EncodingOptions

Properties to string encodings.

Inheritance
object
EncodingOptions
Implements
IEncodingOptions
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class EncodingOptions : IEncodingOptions
Syntax (vb)
Public Class EncodingOptions Implements IEncodingOptions
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;

            var encodingOptions = new EncodingOptions {
                DisplayHint = "displayHint"
            };

Synopsis

Constructors

EncodingOptions()

Properties to string encodings.

Properties

DisplayHint

A hint for the Token's purpose when stringifying it.

Constructors

EncodingOptions()

Properties to string encodings.

public EncodingOptions()
Remarks

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
            // The values are placeholders you should change.
            using Amazon.CDK;

            var encodingOptions = new EncodingOptions {
                DisplayHint = "displayHint"
            };

Properties

DisplayHint

A hint for the Token's purpose when stringifying it.

public string? DisplayHint { get; set; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IEncodingOptions
Back to top Generated by DocFX