FolderLevelBuildProvider(String, String) Konstruktor

Definice

Inicializuje novou instanci třídy FolderLevelBuildProvider pomocí identifikátoru a plně kvalifikovaného názvu.

public:
 FolderLevelBuildProvider(System::String ^ name, System::String ^ type);
public FolderLevelBuildProvider (string name, string type);
new System.Web.Configuration.FolderLevelBuildProvider : string * string -> System.Web.Configuration.FolderLevelBuildProvider
Public Sub New (name As String, type As String)

Parametry

name
String

Identifikátor pro , BuildProvider který se má použít.

type
String

Plně kvalifikovaný název objektu , BuildProvider který se má použít.

Platí pro