次の方法で共有


IErrorPage.DeploymentPath プロパティ

定義

アプリケーションの配置マニフェストへのパスを取得または設定します。

public:
 property Uri ^ DeploymentPath { Uri ^ get(); void set(Uri ^ value); };
public Uri DeploymentPath { get; set; }
member this.DeploymentPath : Uri with get, set
Public Property DeploymentPath As Uri

プロパティ値

Uri

アプリケーションの配置マニフェストへのパス。

適用対象