ExpandoObject.IDictionary<String,Object>.Item[String] 속성

정의

지정된 키를 갖는 요소를 가져오거나 설정합니다.

property System::Object ^ System::Collections::Generic::IDictionary<System::String,System::Object>::Item[System::String ^] { System::Object ^ get(System::String ^ key); void set(System::String ^ key, System::Object ^ value); };
object System.Collections.Generic.IDictionary<System.String,System.Object>.Item[string key] { get; set; }
object? System.Collections.Generic.IDictionary<System.String,System.Object>.Item[string key] { get; set; }
member this.System.Collections.Generic.IDictionary<System.String,System.Object>.Item(string) : obj with get, set
 Property Item(key As String) As Object Implements IDictionary(Of String, Object).Item

매개 변수

key
String

가져오거나 설정할 요소의 키입니다.

속성 값

지정된 키를 가진 요소입니다.

구현

적용 대상