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; }
member this.Items : System.Collections.Generic.IDictionary<obj, obj>
Public ReadOnly Property Items As IDictionary(Of Object, Object)

屬性值

此語境中鍵值對的字典。

備註

此性質永遠不 null為 ,但字典可以為空。 對本字典中項目所做的變更會反映在建構子中指定的原始字典中。

適用於