Rescap4:Redirect
相互運用機能アセンブリのリダイレクト情報を指定します。
要素の階層
<rescap4:PrimaryInteropAssemblies>
<rescap4:Redirect>
構文
<recap4:Redirect
Version = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
AssemblyVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
PublicKey = 'A hexadecimal string value generated by the packager.'
MachineType = 'A string that can have one of the following values: "x86", "x64", "arm", "arm64", or "neutral".'
TargetClrVersion = 'A version string in quad notation ("Major.Minor.Build.Revision"), where Major cannot be 0.'
Path = 'A string with a value between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.' />
属性と要素
属性
属性 | 説明 | データ型 | 必須 | 既定値 |
---|---|---|---|---|
Version | アセンブリのバージョン。 | 四角形表記 () のバージョン文字列。Major.Minor.Build.Revision ここで Major 、 を に 0 することはできません。 |
Yes | |
AssemblyVersion | アセンブリのバージョン。 | 四角形表記 () のバージョン文字列。Major.Minor.Build.Revision ここで Major 、 を に 0 することはできません。 |
Yes | |
PublicKey | アセンブリにアクセスするための公開キー。 | パッケージャーによって生成される 16 進数の文字列値。 | Yes | |
MachineType | アセンブリに使用されるデバイス アーキテクチャ。 | x86、x64、arm、arm64、または neutral のいずれかの値を持つ文字列。 | Yes | |
TargetClrVersion | アセンブリに使用されるデバイス ターゲット アーキテクチャ。 | 四角形表記 () のバージョン文字列。Major.Minor.Build.Revision ここで Major 、 を に 0 することはできません。 |
はい | |
パス | アセンブリへのパス。 | 長さが 1 ~ 256 文字の文字列。、" > : | ? または * の各文字< を含めることはできません。 |
Yes |
子要素
なし。
親要素
親要素 | 説明 |
---|---|
rescap4:PrimaryInteropAssemblies | パッケージ アセンブリの構成を定義します。 |
必要条件
Item | 値 |
---|---|
rescap4 | http://schemas.microsoft.com/appx/manifest/foundation/windows10/restrictedcapabilities/4 |
Minimum OS Version | Windows 10 バージョン 1803 (ビルド 17134) |