CodeGeneratorOptions.Item[String] Property

Definition

Gets or sets the object at the specified index.

public:
 property System::Object ^ default[System::String ^] { System::Object ^ get(System::String ^ index); void set(System::String ^ index, System::Object ^ value); };
public object this[string index] { get; set; }
member this.Item(string) : obj with get, set
Default Public Property Item(index As String) As Object

Parameters

index
String

The name associated with the object to retrieve.

Property Value

The object associated with the specified name. If no object associated with the specified name exists in the collection, null.

Remarks

This dictionary provides an extensibility mechanism for developers to provide data for custom features of a code generator. A code generator must implement such features and support checking the dictionary for this to be useful.

Applies to