次の方法で共有


GraphPathSerializationDictionary.Item プロパティ

指定したキーを持つ要素を取得または設定します。

名前空間:  Microsoft.VisualStudio.GraphModel
アセンブリ:  Microsoft.VisualStudio.GraphModel (Microsoft.VisualStudio.GraphModel.dll 内)

構文

'宣言
Public Default Property Item ( _
    key As String _
) As String
public string this[
    string key
] { get; set; }
public:
virtual property String^ default[String^ key] {
    String^ get (String^ key) sealed;
    void set (String^ key, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
JScript では、インデックス付きプロパティはサポートされません。

パラメーター

  • key
    型 : System.String
    取得または設定する要素のキー。

プロパティ値

型 : System.String
指定したキーを持つ要素。

実装

IDictionary<TKey, TValue>.Item

例外

例外 条件
ArgumentNullException

key が null です。

KeyNotFoundException

プロパティは取得されますが、キーが見つかりません。

NotSupportedException

プロパティが設定されていますが、System.Collections.Generic.IDictionary は読み取り専用です。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

GraphPathSerializationDictionary クラス

Microsoft.VisualStudio.GraphModel 名前空間