TagPrefixCollection.Remove メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)

メモ : このメソッドは、.NET Framework version 2.0新しく追加されたものです。

指定されオブジェクトコレクションから削除します

名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文構文

Visual Basic (宣言)

Public Sub Remove ( _ tagPrefixInformation As TagPrefixInfo _ )

Visual Basic (使用法)

Dim instance As TagPrefixCollection Dim tagPrefixInformation As TagPrefixInfo

instance.Remove(tagPrefixInformation)

C#

public void Remove ( TagPrefixInfo tagPrefixInformation )

C++

public: void Remove ( TagPrefixInfo^ tagPrefixInformation )

J#

public void Remove ( TagPrefixInfo tagPrefixInformation )

JScript

public function Remove ( tagPrefixInformation : TagPrefixInfo )

パラメータ

tagPrefixInformation

コレクション内の TagPrefixInfo オブジェクト

プラットフォームプラットフォーム

Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

開発プラットフォーム中には.NET Framework によってサポートされていないバージョンありますサポートされているバージョンについては、「システム要件」を参照してください

バージョン情報バージョン情報

.NET Framework
サポート対象 : 2.0

参照参照

関連項目
TagPrefixCollection クラス
TagPrefixCollection メンバ
System.Web.Configuration 名前空間