CodeTypeDeclarationCollection.Remove メソッド
アセンブリ: System (system.dll 内)
 構文
構文Dim instance As CodeTypeDeclarationCollection Dim value As CodeTypeDeclaration instance.Remove(value)
 例外
例外 使用例
使用例' Removes the specified CodeTypeDeclaration from the collection. Dim declaration As New CodeTypeDeclaration("TestType") collection.Remove(declaration)
// Removes the specified CodeTypeDeclaration from the collection. CodeTypeDeclaration declaration = new CodeTypeDeclaration("TestType"); collection.Remove( declaration );
// Removes the specified CodeTypeDeclaration from the collection. CodeTypeDeclaration^ declaration = gcnew CodeTypeDeclaration( "TestType" ); collection->Remove( declaration );
// Removes the specified CodeTypeDeclaration from the collection. CodeTypeDeclaration declaration = new CodeTypeDeclaration("TestType"); collection.Remove(declaration);
 プラットフォーム
プラットフォーム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 によってサポートされていないバージョンがあります。サポートされているバージョンについては、「システム要件」を参照してください。
 バージョン情報
バージョン情報 参照
参照Weblioに収録されているすべての辞書からCodeTypeDeclarationCollection.Remove メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からCodeTypeDeclarationCollection.Remove メソッド
                    を検索
                     全ての辞書からCodeTypeDeclarationCollection.Remove メソッド
                    を検索
                - CodeTypeDeclarationCollection.Remove メソッドのページへのリンク

 
                             
                    


