パス (InProcessServer 内) (Windows 10)

DLL へのパス。

要素の階層

<Package>

    <Extensions>

         <拡張機能>

              <InProcessServer>

                   <パス>

              <ProxyStub>

                   <パス>

構文

<Path>
  A string between 1 and 256 characters in length that cannot contain these characters: <, >, :, ", |, ?, or *.
</Path>

属性と要素

属性

なし。

子要素

なし。

親要素

親要素 説明
InProcessServer windows.activatableClass.inProcessServer 型のパッケージ拡張ポイントを宣言します。 アプリは、1 つ以上のアクティブ化可能なクラスを公開するダイナミック リンク ライブラリ (DLL) を使用します。
ProxyStub windows.activatableClass.proxyStub 型のパッケージ拡張ポイントを宣言します。 プロキシは、1 つ以上のインターフェイスで構成できます。

次の要素の名前はこれと同じですが、コンテンツまたは属性が異なります:

<Extension
  Category="windows.activatableClass.inProcessServer">
    <InProcessServer>
      <Path>Microsoft.Samples.DllServerAuthoring.dll</Path>
      <ActivatableClass
        ActivatableClassId="Microsoft.Samples.DllServerAuthoring.Toaster"
        ThreadingModel="both" />
    </InProcessServer>
</Extension>

必要条件

アイテム
Namespace http://schemas.microsoft.com/appx/manifest/foundation/windows10