com:ProxyStub
プロキシ スタブを登録します。
要素階層
<com:ProxyStub>
<com:ProxyStub>
構文
<com:ProxyStub
Id = 'A GUID in the form xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx.'
DisplayName = 'An optional string with a value between 1 and 256 characters in length. This string is localizable.'
Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *. >.'
<!-- Child elements -->
com2:ProxyStubDll?
</com:ProxyStub>
鍵
?
省略可能 (ゼロまたは 1)
属性と要素
属性
属性 | 形容 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
ID | プロキシ スタブの CLSID。 | xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx 形式の GUID。 | はい | |
DisplayName の |
プロキシ スタブの CLSID キーの既定値に対応するローカライズ可能な文字列。 | 1 ~ 256 文字の長さの値を持つ省略可能な文字列。 | いいえ | |
パスの | パッケージ ルートに対する相対パス。 パスはパッケージ内のファイルを参照する必要があります。 |
< 、> 、: 、" 、| 、? 、または * の文字を含むことができない長さが 1 ~ 256 文字の文字列。 |
はい |
子要素
子要素 | 形容 |
---|---|
com2:ProxyStubDll | ProxyStub DLL のパスとプロセッサ アーキテクチャを指定します。 |
親要素
Parent 要素 | 形容 |
---|---|
com:ComInterface | windows.comInterface |
備考
プロキシ スタブ登録は、インターフェイスの ProxyStubClsid32 キーの CLSID 登録に対応します。
プロキシ スタブ要素には、Path 属性または 1 つ以上の ProxyStubDll 子要素が必要ですが、両方を持つ必要はありません。
必要条件
アイテム | 価値 |
---|---|
Namespace | http://schemas.microsoft.com/appx/manifest/com/windows10 |
最小 OS バージョン | Windows 10 バージョン 1703 (ビルド 15063) |