com3:ProgId
CLSID와 연결할 수 있는 ProgID(프로그래밍 식별자)입니다. ProgID는 전역적으로 고유하도록 보장되지 않으므로 클래스를 식별하지만 CLSID보다 정밀도가 낮습니다.
요소 계층 구조
<com3:ProgId>
구문
<com3:ProgId
Id = 'An alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).'
Clsid = 'An optional GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
CurrentVersion = 'An optional alphanumeric string separated by a period with a value between 1 and 255 characters in length (for example, Foo.Bar or Foo.Bar.1).' />
특성 및 요소
특성
attribute | Description | 데이터 형식 | 필수 | 기본값 |
---|---|---|---|---|
ID | ProgID의 ID입니다. | 길이가 1~255자인 마침표로 구분된 영숫자 문자열입니다(예: Foo.Bar 또는 Foo.Bar.1). | Yes | |
Clsid | ProgID를 CLSID와 연결합니다. | xxxxxxxx-xxxx-xxxx-xxxx-xx 형식의 선택적 GUID입니다. | No | |
CurrentVersion | ProgID의 버전입니다. | 길이가 1~255자인 마침표로 구분된 선택적 영숫자 문자열입니다(예: Foo.Bar 또는 Foo.Bar.1). | No |
자식 요소
없음
부모 요소
부모 요소 | Description |
---|---|
com2:ComServer | windows.comServer 형식의 패키지 확장 지점을 선언합니다. comServer 확장에는 ServiceServer, ExeServer, SurrogateServer, ProgId 또는 TreatAsClass와 같은 유형의 등록이 포함될 수 있습니다. |
설명
Clsid 특성은 동일한 ComServer 확장 내에서 ExeServer 클래스, SurrogateServer 클래스 또는 TreatAsClass 등록의 ID 특성을 참조해야 합니다.
ProgID에 대한 자세한 내용은 ProgID> 키를 참조<하세요.
참고
Clsid 및 CurrentVersion은 상호 배타적이지만 하나 이상의 항목이 제공되어야 합니다.
요구 사항
항목 | 값 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10/3 |
Minimum OS Version | Windows 10 버전 2004(빌드 19041) |