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 メソッドのページへのリンク