RemoteSystemAppRegistration.Attributes 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
이 애플리케이션과 연결된 특성을 가져옵니다.
public:
property IMap<Platform::String ^, Platform::String ^> ^ Attributes { IMap<Platform::String ^, Platform::String ^> ^ get(); };
IMap<winrt::hstring, winrt::hstring const&> Attributes();
public IDictionary<string,string> Attributes { get; }
var iMap = remoteSystemAppRegistration.attributes;
Public ReadOnly Property Attributes As IDictionary(Of String, String)
속성 값
키/값 특성의 맵입니다.
설명
예를 들어 앱은 고유 ID 특성을 정의하고 클라이언트 디바이스와 공유할 수 있습니다. 그런 다음 후속 검색에서 찾을 수 있습니다.