CoreApplication.Properties 속성

정의

프로세스가 실행되는 동안 앱 및 UI 프레임워크가 정보를 저장하는 데 사용할 수 있는 속성 집합을 가져옵니다.

public:
 static property IPropertySet ^ Properties { IPropertySet ^ get(); };
static IPropertySet Properties();
public static IPropertySet Properties { get; }
var iPropertySet = CoreApplication.properties;
Public Shared ReadOnly Property Properties As IPropertySet

속성 값

속성 집합입니다.

적용 대상