ApplicationDataCompositeValue.First 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
반복기를 검색하여 복합 값의 설정을 열거합니다.
public:
virtual IIterator<IKeyValuePair<Platform::String ^, Platform::Object ^> ^> ^ First() = IIterable<IKeyValuePair<Platform::String ^, Platform::Object ^> ^>::First;
IIterator<IKeyValuePair<winrt::hstring, IInspectable const&>> First();
public IIterator<KeyValuePair<string,object>> First();
function first()
Public Function First () As IIterator(Of KeyValuePair(Of String, Object))
반환
IIterator<IKeyValuePair<Platform::String,Platform::Object>>
IIterator<IKeyValuePair<winrt::hstring,IInspectable>>
반복기입니다.
구현
설명
이 반복기는 복합 값의 내용이 변경되더라도 유효한 상태로 유지됩니다. 복합 값이 변경된 경우 복합 값의 업데이트된 내용을 보려면 새 반복기를 가져와야 합니다.