Metodo VSWebSite.AddFromTemplate
Crea un nuovo oggetto ProjectItem nel progetto di sito Web.
Spazio dei nomi: VsWebSite
Assembly: VsWebSite.Interop (in VsWebSite.Interop.dll)
Sintassi
'Dichiarazione
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
Parametri
- bstrRelFolderUrl
Tipo: System.String
URL relativo della cartella nella quale creare l'oggetto ProjectItem.Se questo parametro è nullriferimento null (Nothing in Visual Basic) o una stringa vuota, l'elemento viene aggiunto nella directory radice del progetto.
- bstrWizardName
Tipo: System.String
Nome di un modello da utilizzare per creare l'oggetto ProjectItem.
- bstrLanguage
Tipo: System.String
Linguaggio di codice per l'oggetto ProjectItem, ad esempio "C#" o "VB".
- bstrItemName
Tipo: System.String
Nome dell'oggetto ProjectItem da utilizzare all'interno del progetto.
- bUseCodeSeparation
Tipo: System.Boolean
Valore booleano che indica se utilizzare il modello code-behind.Questo parametro viene utilizzato solo quando il progetto supporta file code-behind, in caso contrario viene ignorato.
- bstrMasterPage
Tipo: System.String
Percorso relativo e nome della pagina master per i progetti che supportano le pagine master e, se applicabile, il modello. In caso contrario, questo parametro viene ignorato.
- bstrDocType
Tipo: System.String
Non utilizzato.
Valore restituito
Tipo: EnvDTE.ProjectItem
Oggetto ProjectItem.
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per ulteriori informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.