SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッド
アセンブリ: mscorlib (mscorlib.dll 内)

Public Shared Function CodeXmlNamespaceForClrTypeNamespace ( _ typeNamespace As String, _ assemblyName As String _ ) As String
Dim typeNamespace As String Dim assemblyName As String Dim returnValue As String returnValue = SoapServices.CodeXmlNamespaceForClrTypeNamespace(typeNamespace, assemblyName)
public static string CodeXmlNamespaceForClrTypeNamespace ( string typeNamespace, string assemblyName )
public: static String^ CodeXmlNamespaceForClrTypeNamespace ( String^ typeNamespace, String^ assemblyName )
public static String CodeXmlNamespaceForClrTypeNamespace ( String typeNamespace, String assemblyName )
public static function CodeXmlNamespaceForClrTypeNamespace ( typeNamespace : String, assemblyName : String ) : String
戻り値
指定された名前空間とアセンブリの名前から作成した共通言語ランタイム型名前空間の名前。



このメソッドを使用する方法を次のコード例に示します。このコード例は、SoapServices クラスのトピックで取り上げているコード例の一部分です。
// Convert a CLR namespace and assembly name into an XML namespace. string xmlNamespace = SoapServices.CodeXmlNamespaceForClrTypeNamespace( "ExampleNamespace", "AssemblyName"); Console.WriteLine("The name of the XML namespace is {0}.", xmlNamespace);


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

- SoapServices.CodeXmlNamespaceForClrTypeNamespace メソッドのページへのリンク