Sdílet prostřednictvím


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: String

    Relativní 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: String

    Název šablony používat při vytváření ProjectItem objektu.

  • bstrLanguage
    Typ: String

    Kód jazyka ProjectItem objektu; například "C#" nebo "VB."

  • bstrItemName
    Typ: String

    Název ProjectItem objektu, který chcete být v rámci projektu.

  • bUseCodeSeparation
    Typ: Boolean

    Logická 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: String

    Relativní 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: String

    Nepoužito.

Vrácená hodnota

Typ: ProjectItem
Objekt ProjectItem.

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

VSWebSite Rozhraní

VsWebSite – obor názvů

EnvDTE

EnvDTE80

DTE2

Další zdroje

Odkazování na sestavy automatizace a na objekt DTE2

Finding and Sharing Project and Item Templates