DiscoveryDocumentReference コンストラクタとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > DiscoveryDocumentReference コンストラクタの意味・解説 

DiscoveryDocumentReference コンストラクタ (String)

DiscoveryDocumentReference クラス新しインスタンス初期化しRef プロパティhref の値に設定します

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

Dim href As String

Dim instance As New DiscoveryDocumentReference(href)
public DiscoveryDocumentReference (
    string href
)
public:
DiscoveryDocumentReference (
    String^ href
)
public DiscoveryDocumentReference (
    String href
)
public function DiscoveryDocumentReference
 (
    href : String
)

パラメータ

href

探索ドキュメントへの参照Ref プロパティは、href の値に設定されます。

使用例使用例
Dim myDiscoveryDocumentReference As New
 _
    DiscoveryDocumentReference("http://localhost/Sample_vb.disco")
DiscoveryDocumentReference myDiscoveryDocumentReference = 
    new DiscoveryDocumentReference(
    "http://localhost/Sample_cs.disco");
DiscoveryDocumentReference^ myDiscoveryDocumentReference = 
   gcnew DiscoveryDocumentReference( 
   "http://localhost/Sample_cpp.disco" );
DiscoveryDocumentReference myDiscoveryDocumentReference = 
    new DiscoveryDocumentReference(
    "http://localhost/Sample_jsl.disco");
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DiscoveryDocumentReference クラス
DiscoveryDocumentReference メンバ
System.Web.Services.Discovery 名前空間

DiscoveryDocumentReference コンストラクタ

DiscoveryDocumentReference クラス新しインスタンス初期化します。
オーバーロードの一覧オーバーロードの一覧

名前 説明
DiscoveryDocumentReference () DiscoveryDocumentReference クラス新しインスタンス初期化します。
DiscoveryDocumentReference (String) DiscoveryDocumentReference クラス新しインスタンス初期化しRef プロパティhref の値に設定します
参照参照

関連項目

DiscoveryDocumentReference クラス
DiscoveryDocumentReference メンバ
System.Web.Services.Discovery 名前空間

DiscoveryDocumentReference コンストラクタ ()

DiscoveryDocumentReference クラス新しインスタンス初期化します。

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

Dim instance As New DiscoveryDocumentReference
public DiscoveryDocumentReference ()
public:
DiscoveryDocumentReference ()
public DiscoveryDocumentReference ()
public function DiscoveryDocumentReference
 ()
使用例使用例
' Create a new instance of DiscoveryDocumentReference.
Dim myDiscoveryDocumentReference As _
    New DiscoveryDocumentReference()
// Create a new instance of DiscoveryDocumentReference.
DiscoveryDocumentReference myDiscoveryDocumentReference = 
    new DiscoveryDocumentReference();
// Create a new instance of DiscoveryDocumentReference.
DiscoveryDocumentReference^ myDiscoveryDocumentReference = gcnew DiscoveryDocumentReference;

// Create a new instance of DiscoveryDocumentReference.
DiscoveryDocumentReference myDiscoveryDocumentReference = 
    new DiscoveryDocumentReference();
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
DiscoveryDocumentReference クラス
DiscoveryDocumentReference メンバ
System.Web.Services.Discovery 名前空間



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

辞書ショートカット

すべての辞書の索引

「DiscoveryDocumentReference コンストラクタ」の関連用語

DiscoveryDocumentReference コンストラクタのお隣キーワード
検索ランキング

   

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



DiscoveryDocumentReference コンストラクタのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2024 GRAS Group, Inc.RSS