CodeCommentStatementCollection.Remove メソッド
アセンブリ: System (system.dll 内)
 構文
構文Dim instance As CodeCommentStatementCollection Dim value As CodeCommentStatement instance.Remove(value)
 例外
例外 使用例
使用例' Removes the specified CodeCommentStatement from the collection. Dim comment As New CodeCommentStatement("Test comment") collection.Remove(comment)
// Removes the specified CodeCommentStatement from the collection. CodeCommentStatement comment = new CodeCommentStatement("Test comment"); collection.Remove( comment );
 プラットフォーム
プラットフォームWindows 98, Windows 2000 SP4, Windows Millennium Edition, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
開発プラットフォームの中には、.NET Framework によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照- CodeCommentStatementCollection.Remove メソッドのページへのリンク

 
                             
                    


