Zone.CreateFromUrl メソッド
指定した URL の新しいゾーンを作成します。
Public Shared Function CreateFromUrl( _
ByVal url As String _) As Zone
[C#]
public static Zone CreateFromUrl(stringurl);
[C++]
public: static Zone* CreateFromUrl(String* url);
[JScript]
public static function CreateFromUrl(
url : String) : Zone;
パラメータ
- url
ゾーンを作成する対象の URL。
戻り値
指定した URL の新しいゾーン。
例外
例外の種類 | 条件 |
---|---|
ArgumentNullException | url パラメータが null 参照 (Visual Basic では Nothing) です。 |
解説
指定した URL のゾーンは、Microsoft Internet Explorer のゾーンの割り当て設定に基づいて決定されるため、コンピュータによって異なる場合があります。ゾーンの割り当て設定は、[ツール] メニューから表示する [インターネット オプション] ダイアログの [セキュリティ] タブで行われます。
必要条件
プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ