CoreWindow.CustomProperties 속성

정의

창에 대한 사용자 지정 속성 집합을 가져옵니다.

public:
 property IPropertySet ^ CustomProperties { IPropertySet ^ get(); };
IPropertySet CustomProperties();
public IPropertySet CustomProperties { get; }
var iPropertySet = coreWindow.customProperties;
Public ReadOnly Property CustomProperties As IPropertySet

속성 값

튜플로 표시되는 창에 대한 사용자 지정 속성 집합입니다.

구현

적용 대상

추가 정보