OperationMessageCollection.Remove メソッド
アセンブリ: System.Web.Services (system.web.services.dll 内)

Dim instance As OperationMessageCollection Dim operationMessage As OperationMessage instance.Remove(operationMessage)


myOperationMessageCollection.Remove(myInputOperationMessage) ' Display Flow, Input, and Output after removing. DisplayFlowInputOutput(myOperationMessageCollection, "Remove") ' Insert the message at index 0 in the collection. myOperationMessageCollection.Insert(0, myInputOperationMessage) ' Display Flow, Input, and Output after inserting. DisplayFlowInputOutput(myOperationMessageCollection, "Insert")
myOperationMessageCollection.Remove(myInputOperationMessage); // Display Flow, Input, and Output after removing. DisplayFlowInputOutput(myOperationMessageCollection, "Remove"); // Insert the message at index 0 in the collection. myOperationMessageCollection.Insert(0, myInputOperationMessage); // Display Flow, Input, and Output after inserting. DisplayFlowInputOutput(myOperationMessageCollection, "Insert");
myOperationMessageCollection->Remove( myInputOperationMessage ); // Display Flow, Input, and Output after removing. DisplayFlowInputOutput( myOperationMessageCollection, "Remove" ); // Insert the message at index 0 in the collection. myOperationMessageCollection->Insert( 0, myInputOperationMessage ); // Display Flow, Input, and Output after inserting. DisplayFlowInputOutput( myOperationMessageCollection, "Insert" );
myOperationMessageCollection.Remove(myInputOperationMessage); // Display Flow, Input, and Output after removing. DisplayFlowInputOutput(myOperationMessageCollection, "Remove"); // Insert the message at index 0 in the collection. myOperationMessageCollection.Insert(0, myInputOperationMessage); // Display Flow, Input, and Output after inserting. DisplayFlowInputOutput(myOperationMessageCollection, "Insert");

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に収録されているすべての辞書からOperationMessageCollection.Remove メソッドを検索する場合は、下記のリンクをクリックしてください。

- OperationMessageCollection.Remove メソッドのページへのリンク