TagPrefixCollection.Remove メソッドとは何? わかりやすく解説 Weblio辞書 (original) (raw)
メモ : このメソッドは、.NET Framework version 2.0 で新しく追加されたものです。
名前空間: System.Web.Configuration
アセンブリ: System.Web (system.web.dll 内)
構文
Public Sub Remove ( _ tagPrefixInformation As TagPrefixInfo _ )
Dim instance As TagPrefixCollection Dim tagPrefixInformation As TagPrefixInfo
instance.Remove(tagPrefixInformation)
public void Remove ( TagPrefixInfo tagPrefixInformation )
public: void Remove ( TagPrefixInfo^ tagPrefixInformation )
public void Remove ( TagPrefixInfo tagPrefixInformation )
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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
関連項目
TagPrefixCollection クラス
TagPrefixCollection メンバ
System.Web.Configuration 名前空間