ValidationContext.Items 屬性

定義

取得與這個內容關聯之索引鍵/值組的字典。

public:
 property System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ Items { System::Collections::Generic::IDictionary<System::Object ^, System::Object ^> ^ get(); };
public System.Collections.Generic.IDictionary<object,object> Items { get; }
public System.Collections.Generic.IDictionary<object,object?> Items { get; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)

屬性值

這個內容之索引鍵/值組的字典。

備註

這個屬性永遠不會 null是 ,但字典可以是空的。 對這個字典中專案所做的變更會反映在建構函式中指定的原始字典中。

適用於