VSWebPackage.OpenWebSite メソッド
Web サイトを開きます。
名前空間: VsWebSite
アセンブリ: VsWebSite.Interop (VsWebSite.Interop.dll 内)
構文
'宣言
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
パラメーター
- bstrUrl
型 : System.String
開く Web サイトの URL。ディスク上のフォルダーのパス、HTTP URL、または FTP URL を指定できます。このパラメーターでは、file:// プロトコルを使った URL はサポートされません。
- options
型 : VsWebSite.OpenWebsiteOptions
Web サイトを開く方法を指定する OpenWebsiteOptions オブジェクト。
- bAddToSolution
型 : System.Boolean
Web サイトをソリューションに追加するかどうかを示すブール値。
戻り値
型 : EnvDTE.Project
EnvDTE オブジェクト。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。