desktop2:SearchPropertyHandler
Windows 데스크톱 브리지 앱이 시스템에 속성 처리기를 설치할 수 있도록 합니다. 이러한 처리기는 인덱싱 및 검색을 위해 파일에서 속성을 읽는 데 사용됩니다.
요소 계층 구조
<desktop2:SearchPropertyHandler>
구문
<desktop2:SearchPropertyHandler Clsid = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
Path = 'A string with a value between 1 and 256 characters in length, ending with ".dll", that cannot contain the following characters: <, >, :, ", |, ?, or *.'
ProcessorArchitecture = 'A string that can have one of the following values: "x86", "x64", "arm", "arm64", or "neutral".' />
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
Clsid | 앱 패키지에 있는 클래스의 ID입니다. | xxxxxxxx-xxxx-xxxx-xxxx-xx 형식의 GUID입니다. | Yes | |
Path | CLSID를 구현하는 이진을 기준으로 하는 경로입니다. | 길이가 1~256자인 문자열로, .dll 또는 * 문자를 " ? < > : | 포함할 수 없습니다. |
No | |
ProcessorArchitecture | 프로세서 아키텍처입니다. | x86, x64, arm, arm64 또는 중립 값 중 하나를 가질 수 있는 문자열입니다. | Yes |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
desktop2:Extension | 앱의 확장 지점을 선언합니다. |
요구 사항
항목 | 값 |
---|---|
네임스페이스 | http://schemas.microsoft.com/appx/manifest/desktop/windows10/2 |
Minimum OS Version | Windows 10 버전 1703(빌드 15063) |