IProcessHostSupportFunctions.GetApplicationProperties メソッド

定義

アプリケーションのメタベースからプロパティを取得します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 void GetApplicationProperties(System::String ^ appId, [Runtime::InteropServices::Out] System::String ^ % virtualPath, [Runtime::InteropServices::Out] System::String ^ % physicalPath, [Runtime::InteropServices::Out] System::String ^ % siteName, [Runtime::InteropServices::Out] System::String ^ % siteId);
public void GetApplicationProperties (string appId, out string virtualPath, out string physicalPath, out string siteName, out string siteId);
abstract member GetApplicationProperties : string * string * string * string * string -> unit
Public Sub GetApplicationProperties (appId As String, ByRef virtualPath As String, ByRef physicalPath As String, ByRef siteName As String, ByRef siteId As String)

パラメーター

appId
String

アプリケーションの ID。

virtualPath
String

アプリケーションのルートへの仮想パス。

physicalPath
String

アプリケーションのルートへの物理パス。

siteName
String

アプリケーションの表示名。

siteId
String

サイト ID。

注釈

GetApplicationPropertiesは、.NET Framework 3.5 で導入されています。 詳細については、「.NET Framework のバージョンおよび依存関係」を参照してください。

適用対象