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사전은 비어 있을 수 있습니다. 이 사전의 항목에 대한 변경 내용은 생성자에 지정된 원래 사전에 반영됩니다.

적용 대상