이벤트 추적에 공급자를 등록하고 해당 기능을 사용하도록 설정합니다.
요소 계층 구조
<패키지>
<확장>
<desktop8:Extension>
<desktop8:EventTracing>
<desktop8:Provider>
구문
<desktop8:Provider
Id = 'A hexadecimal string that may only contain the following values: "0-9" or "A-F" (uppercase or lowercase) representing the unique identifier of the provider.'
Name = 'A string with a value between 1 and 2084 characters in length that represents the name of the provider.'
ResourceFile = 'A string value where the first character cannot contain any of the following: ".", "/", "\", or a space. Represents the path to a file.'
MessageFile = 'A string value where the first character cannot contain any of the following: ".", "/", "\", or a space. Represents the path to a file.' >
<!-- Child Elements -->
desktop8:Channels
</desktop8:Provider>
특성 및 요소
특성
attribute |
Description |
데이터 형식 |
필수 |
기본값 |
ID |
공급자의 고유 식별자입니다. |
공급자의 고유 식별자를 나타내는 "0-9" 또는 "A-F"(대문자 또는 소문자) 값만 포함할 수 있는 16진수 문자열입니다. |
Yes |
|
이름 |
공급자의 이름입니다. |
공급자의 이름을 나타내는 길이가 1~2084자인 문자열입니다. |
Yes |
|
ResourceFile |
공급자 리소스 파일의 경로를 지정합니다. |
첫 번째 문자에 , , / \ 또는 공백을 . 포함할 수 없는 문자열 값입니다. 파일의 경로를 나타냅니다. |
Yes |
|
MessageFile |
공급자 메시지 파일의 경로를 지정합니다. |
첫 번째 문자에 , , / \ 또는 공백을 . 포함할 수 없는 문자열 값입니다. 파일의 경로를 나타냅니다. |
No |
|
자식 요소
부모 요소
요구 사항
항목 |
값 |
네임스페이스 |
http://schemas.microsoft.com/appx/manifest/desktop/windows10/8 |
Minimum OS Version |
Windows 11 버전 21H2(빌드 22000) |