ApplicationDataContainer.Values 속성

정의

이 설정 컨테이너의 설정을 나타내는 개체를 가져옵니다.

public:
 property IPropertySet ^ Values { IPropertySet ^ get(); };
IPropertySet Values();
public IPropertySet Values { get; }
var iPropertySet = applicationDataContainer.values;
Public ReadOnly Property Values As IPropertySet

속성 값

설정 맵 개체입니다.

설명

ApplicationData 속성을 사용하여 연결된 ApplicationDataContainer.Values를 가져오는 예제는 LocalSettings를 참조하세요.

적용 대상

추가 정보