FolderLevelBuildProvider(String, String) Konstruktor

Definice

Inicializuje novou instanci FolderLevelBuildProvider třídy 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, který BuildProvider se má použít.

type
String

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

Platí pro