VSWebSite.AddFromTemplate – metoda
Vytvoří nový ProjectItem v projektu webu.
Obor názvů: VsWebSite
Sestavení: VsWebSite.Interop (v VsWebSite.Interop.dll)
Syntaxe
'Deklarace
Function AddFromTemplate ( _
bstrRelFolderUrl As String, _
bstrWizardName As String, _
bstrLanguage As String, _
bstrItemName As String, _
bUseCodeSeparation As Boolean, _
bstrMasterPage As String, _
bstrDocType As String _
) As ProjectItem
ProjectItem AddFromTemplate(
string bstrRelFolderUrl,
string bstrWizardName,
string bstrLanguage,
string bstrItemName,
bool bUseCodeSeparation,
string bstrMasterPage,
string bstrDocType
)
ProjectItem^ AddFromTemplate(
[InAttribute] String^ bstrRelFolderUrl,
[InAttribute] String^ bstrWizardName,
[InAttribute] String^ bstrLanguage,
[InAttribute] String^ bstrItemName,
[InAttribute] bool bUseCodeSeparation,
[InAttribute] String^ bstrMasterPage,
[InAttribute] String^ bstrDocType
)
abstract AddFromTemplate :
bstrRelFolderUrl:string *
bstrWizardName:string *
bstrLanguage:string *
bstrItemName:string *
bUseCodeSeparation:bool *
bstrMasterPage:string *
bstrDocType:string -> ProjectItem
function AddFromTemplate(
bstrRelFolderUrl : String,
bstrWizardName : String,
bstrLanguage : String,
bstrItemName : String,
bUseCodeSeparation : boolean,
bstrMasterPage : String,
bstrDocType : String
) : ProjectItem
Parametry
bstrRelFolderUrl
Typ: StringRelativní adresa URL složky, ve které chcete vytvořit ProjectItem objektu.Pokud je tento parametr nullodkaz null (Nothing v jazyce Visual Basic) nebo prázdný řetězec, je položka přidána do kořenové složky projektu.
bstrWizardName
Typ: StringNázev šablony používat při vytváření ProjectItem objektu.
bstrLanguage
Typ: StringKód jazyka ProjectItem objektu; například "C#" nebo "VB."
bstrItemName
Typ: StringNázev ProjectItem objektu, který chcete být v rámci projektu.
bUseCodeSeparation
Typ: BooleanLogická hodnota označující, zda použít model s kódem na pozadí.Tento parametr se používá pouze v případě, že projekt podporuje soubory s kódem na pozadí. jinak je ignorována.
bstrMasterPage
Typ: StringRelativní cesta a název stránky předlohy pro projekty, které podporují vzorové stránky a případně šablony; jinak je tento parametr ignorován.
bstrDocType
Typ: StringNepoužito.
Vrácená hodnota
Typ: ProjectItem
Objekt ProjectItem.
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.