지정된 키에 해당하는 ItemField 개체를 가져오거나 설정합니다.
네임스페이스: Microsoft.Synchronization.SimpleProviders
어셈블리: microsoft.synchronization.simpleproviders.dll의 Microsoft.Synchronization.SimpleProviders
구문
‘선언
Public Default Property Item ( _
key As UInteger _
) As ItemField
‘사용 방법
Dim instance As ItemFieldDictionary
Dim key As UInteger
Dim value As ItemField
value = instance(key)
instance(key) = value
public ItemField this [
uint key
] { get; set; }
public:
virtual property ItemField^ default [unsigned int] {
ItemField^ get (unsigned int key) sealed;
void set (unsigned int key, ItemField^ value) sealed;
}
/** @property */
public final ItemField get_Item (UInt32 key)
/** @property */
public final void set_Item (UInt32 key, ItemField value)
매개 변수
- key
가져오거나 설정할 ItemField 개체의 키입니다.
속성 값
지정된 키에 해당하는 ItemField 개체입니다.
참고 항목
참조
ItemFieldDictionary 클래스
ItemFieldDictionary 멤버
Microsoft.Synchronization.SimpleProviders 네임스페이스