OperationBindingCollection.Remove メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文Dim instance As OperationBindingCollection Dim bindingOperation As OperationBinding instance.Remove(bindingOperation)
解説
使用例' Get the OperationBinding of the Add operation from the collection. Dim myOperationBinding As OperationBinding = _ myOperationBindingCollection(3) ' Remove the OperationBinding of the 'Add' operation from ' the collection. myOperationBindingCollection.Remove(myOperationBinding) Console.WriteLine(ControlChars.NewLine & _ "Removed the OperationBinding of the " & _ "Add operation from the collection.")
// Get the OperationBinding of the Add operation from the collection. OperationBinding myOperationBinding = myOperationBindingCollection[3]; // Remove the OperationBinding of the Add operation from // the collection. myOperationBindingCollection.Remove(myOperationBinding); Console.WriteLine("\nRemoved the OperationBinding of the " + "Add operation from the collection.");
// Get the OperationBinding of the Add operation from the collection. OperationBinding^ myOperationBinding = myOperationBindingCollection[ 3 ]; // Remove the OperationBinding of the Add operation from // the collection. myOperationBindingCollection->Remove( myOperationBinding ); Console::WriteLine( "\nRemoved the OperationBinding of the " "Add operation from the collection." );
// Get the OperationBinding of the Add operation from the // collection. OperationBinding myOperationBinding = myOperationBindingCollection. get_Item(3); // Remove the OperationBinding of the Add operation from // the collection. myOperationBindingCollection.Remove(myOperationBinding); Console.WriteLine("\nRemoved the OperationBinding of the " + "Add operation from the collection.");
プラットフォーム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に収録されているすべての辞書からOperationBindingCollection.Remove メソッドを検索する場合は、下記のリンクをクリックしてください。
全ての辞書からOperationBindingCollection.Remove メソッド
を検索
- OperationBindingCollection.Remove メソッドのページへのリンク