CodeGeneratorOptions.Item[String] プロパティ

定義

指定したインデックスにあるオブジェクトを取得または設定します。

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

パラメーター

index
String

取得するオブジェクトに関連付けられた名前。

プロパティ値

指定した名前に関連付けられているオブジェクト。 指定した名前に関連付けられたオブジェクトがコレクションに存在しない場合は、null

注釈

このディクショナリは、開発者がコード ジェネレーターのカスタム機能のデータを提供するための機能拡張メカニズムを提供します。 コード ジェネレーターでは、このような機能を実装し、役立つディクショナリのチェックをサポートする必要があります。

適用対象