Sdílet prostřednictvím


IProcessHostSupportFunctions.GetApplicationProperties Metoda

Definice

Získá vlastnosti z metabáze aplikace.

Toto rozhraní API podporuje produktovou infrastrukturu a není určené k použití přímo z uživatelského kódu.

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)

Parametry

appId
String

ID aplikace

virtualPath
String

Kořenová virtuální cesta aplikace

physicalPath
String

Kořenová fyzická cesta aplikace.

siteName
String

Zobrazovaný název aplikace

siteId
String

ID webu

Poznámky

GetApplicationPropertiesje představena v .NET Framework 3,5. Další informace najdete v tématu verze a závislosti.

Platí pro