VSWebPackage.OpenWebSite, méthode
Ouvre un site Web.
Espace de noms : VsWebSite
Assembly : VsWebSite.Interop (dans VsWebSite.Interop.dll)
Syntaxe
'Déclaration
Function OpenWebSite ( _
bstrUrl As String, _
options As OpenWebsiteOptions, _
bAddToSolution As Boolean _
) As Project
Project OpenWebSite(
string bstrUrl,
OpenWebsiteOptions options,
bool bAddToSolution
)
Project^ OpenWebSite(
[InAttribute] String^ bstrUrl,
[InAttribute] OpenWebsiteOptions options,
[InAttribute] bool bAddToSolution
)
abstract OpenWebSite :
bstrUrl:string *
options:OpenWebsiteOptions *
bAddToSolution:bool -> Project
function OpenWebSite(
bstrUrl : String,
options : OpenWebsiteOptions,
bAddToSolution : boolean
) : Project
Paramètres
bstrUrl
Type : StringURL du site Web à ouvrir. Il peut s'agir d'un chemin d'accès à un dossier sur le disque, d'une URL HTTP ou FTP. Ce paramètre ne prend pas en charge les URL qui utilisent le protocole file://.
options
Type : VsWebSite.OpenWebsiteOptionsObjet OpenWebsiteOptions qui spécifie comment le site Web peut être ouvert.
bAddToSolution
Type : BooleanValeur booléenne qui détermine si le site Web est ajouté à la solution.
Valeur de retour
Type : Project
Objet EnvDTE.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.