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

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

SoapAnyUri コンストラクタ ()

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

名前空間: System.Runtime.Remoting.Metadata.W3cXsd2001
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

public SoapAnyUri ()
public:
SoapAnyUri ()
public SoapAnyUri ()
使用例使用例

このコンストラクタ使用するコードの例次に示します

// Create a SoapAnyUri object.
SoapAnyUri anyUri = new SoapAnyUri();
anyUri.Value = "http://localhost:8080/WebService"; 
Console.WriteLine(
    "The value of the SoapAnyUri object is {0}.", 
    anyUri.ToString());
// Create a SoapAnyUri object.
SoapAnyUri^ anyUri = gcnew SoapAnyUri;
anyUri->Value = L"http://localhost:8080/WebService";
Console::WriteLine( L"The value of the SoapAnyUri object is {0}.", anyUri
 );
// Create a SoapAnyUri object.
SoapAnyUri anyUri = new SoapAnyUri();
anyUri.set_Value("http://localhost:8080/WebService");
Console.WriteLine("The value of the SoapAnyUri object is {0}.", 
    anyUri.ToString());
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SoapAnyUri クラス
SoapAnyUri メンバ
System.Runtime.Remoting.Metadata.W3cXsd2001 名前空間

SoapAnyUri コンストラクタ (String)

指定した URI使用して、SoapAnyUri クラス新しインスタンス初期化します。

名前空間: System.Runtime.Remoting.Metadata.W3cXsd2001
アセンブリ: mscorlib (mscorlib.dll 内)
構文構文

使用例使用例

このコンストラクタ使用するコードの例次に示します

// Create a SoapAnyUri object.
string anyUriValue = "http://localhost:8080/WebService";
 
SoapAnyUri anyUri = new SoapAnyUri(anyUriValue);
Console.WriteLine(
    "The value of the SoapAnyUri object is {0}.", 
    anyUri.ToString());
// Create a SoapAnyUri object.
String^ anyUriValue = L"http://localhost:8080/WebService";
SoapAnyUri^ anyUri = gcnew SoapAnyUri( anyUriValue );
Console::WriteLine( L"The value of the SoapAnyUri object is {0}.", anyUri
 );
// Create a SoapAnyUri object.
String anyUriValue = "http://localhost:8080/WebService";
SoapAnyUri anyUri = new SoapAnyUri(anyUriValue);
Console.WriteLine("The value of the SoapAnyUri object is {0}.", 
    anyUri.ToString());
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
SoapAnyUri クラス
SoapAnyUri メンバ
System.Runtime.Remoting.Metadata.W3cXsd2001 名前空間

SoapAnyUri コンストラクタ

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

参照参照

関連項目

SoapAnyUri クラス
SoapAnyUri メンバ
System.Runtime.Remoting.Metadata.W3cXsd2001 名前空間



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

辞書ショートカット

すべての辞書の索引

「SoapAnyUri コンストラクタ ()」の関連用語

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

   

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



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

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

©2024 GRAS Group, Inc.RSS