DiscoveryClientDocumentCollection.Remove メソッドとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DiscoveryClientDocumentCollection.Remove メソッドの意味・解説 

DiscoveryClientDocumentCollection.Remove メソッド

指定した URL を持つオブジェクトDiscoveryClientDocumentCollection から削除します

名前空間: System.Web.Services.Discovery
アセンブリ: System.Web.Services (system.web.services.dll 内)
構文構文

Dim instance As DiscoveryClientDocumentCollection
Dim url As String

instance.Remove(url)

パラメータ

url

DiscoveryClientDocumentCollection から削除する探索されドキュメントの場所を示す URL

例外例外
例外種類条件

ArgumentNullException

urlnull 参照 (Visual Basic では Nothing) です。

使用例使用例

http://www.contoso.com/service1.discoURL を持つ探索ドキュメントを、DiscoveryClientDocumentCollection から削除するコード例次に示します

Dim myDiscoveryClientDocumentCollection As
 New DiscoveryClientDocumentCollection()
Dim myDiscoveryDocument As New
 DiscoveryDocument()
Dim myStringUrl As String
 = "http://www.contoso.com/service.disco"
Dim myStringUrl1 As String
 = "http://www.contoso.com/service1.disco"

myDiscoveryClientDocumentCollection.Add(myStringUrl, myDiscoveryDocument)
myDiscoveryClientDocumentCollection.Add(myStringUrl1, myDiscoveryDocument)
myDiscoveryClientDocumentCollection.Remove(myStringUrl1)
DiscoveryClientDocumentCollection myDiscoveryClientDocumentCollection = 
   new DiscoveryClientDocumentCollection();
DiscoveryDocument myDiscoveryDocument = new DiscoveryDocument();
string myStringUrl = "http://www.contoso.com/service.disco";
string myStringUrl1 = "http://www.contoso.com/service1.disco";

myDiscoveryClientDocumentCollection.Add(myStringUrl, myDiscoveryDocument);
myDiscoveryClientDocumentCollection.Add(myStringUrl1, myDiscoveryDocument);
myDiscoveryClientDocumentCollection.Remove(myStringUrl1);
DiscoveryClientDocumentCollection^ myDiscoveryClientDocumentCollection = gcnew DiscoveryClientDocumentCollection;

DiscoveryDocument^ myDiscoveryDocument = gcnew DiscoveryDocument;
String^ myStringUrl = "http://www.contoso.com/service.disco";
String^ myStringUrl1 = "http://www.contoso.com/service1.disco";
myDiscoveryClientDocumentCollection->Add( myStringUrl, myDiscoveryDocument );
myDiscoveryClientDocumentCollection->Add( myStringUrl1, myDiscoveryDocument );

myDiscoveryClientDocumentCollection->Remove( myStringUrl1 );
DiscoveryClientDocumentCollection myDiscoveryClientDocumentCollection = 
    new DiscoveryClientDocumentCollection();
DiscoveryDocument myDiscoveryDocument = new DiscoveryDocument();
String myStringUrl = "http://www.contoso.com/service.disco";
String myStringUrl1 = "http://www.contoso.com/service1.disco";

myDiscoveryClientDocumentCollection.Add(myStringUrl, 
    myDiscoveryDocument);
myDiscoveryClientDocumentCollection.Add(myStringUrl1, 
    myDiscoveryDocument);
myDiscoveryClientDocumentCollection.Remove(myStringUrl1);
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DiscoveryClientDocumentCollection クラス
DiscoveryClientDocumentCollection メンバ
System.Web.Services.Discovery 名前空間
Remove


このページでは「.NET Framework クラス ライブラリ リファレンス」からDiscoveryClientDocumentCollection.Remove メソッドを検索した結果を表示しています。
Weblioに収録されているすべての辞書からDiscoveryClientDocumentCollection.Remove メソッドを検索する場合は、下記のリンクをクリックしてください。
 全ての辞書からDiscoveryClientDocumentCollection.Remove メソッド を検索

英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

DiscoveryClientDocumentCollection.Remove メソッドのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



DiscoveryClientDocumentCollection.Remove メソッドのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS