IApplicationHost.GetConfigMapPathFactory Metod

Definition

Gör det möjligt att skapa ett IConfigMapPath gränssnitt i målprogramdomänen.

Detta API stöder produktinfrastrukturen och är inte avsett att användas direkt från koden.

public:
 System::Web::Configuration::IConfigMapPathFactory ^ GetConfigMapPathFactory();
public System.Web.Configuration.IConfigMapPathFactory GetConfigMapPathFactory();
abstract member GetConfigMapPathFactory : unit -> System.Web.Configuration.IConfigMapPathFactory
Public Function GetConfigMapPathFactory () As IConfigMapPathFactory

Returer

Ett objekt som används för att mappa virtuella och fysiska sökvägar för konfigurationsfilen.

Kommentarer

GetConfigMapPathFactory introduceras i .NET Framework 3.5. Mer information finns i Versioner och beroenden.

Gäller för