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

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

XmlFormatExtensionPrefixAttribute コンストラクタ ()

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

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

Dim instance As New XmlFormatExtensionPrefixAttribute
public XmlFormatExtensionPrefixAttribute ()
public:
XmlFormatExtensionPrefixAttribute ()
public XmlFormatExtensionPrefixAttribute ()
public function XmlFormatExtensionPrefixAttribute
 ()
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlFormatExtensionPrefixAttribute クラス
XmlFormatExtensionPrefixAttribute メンバ
System.Web.Services.Configuration 名前空間
XmlFormatExtensionAttribute クラス
XmlFormatExtensionPointAttribute クラス

XmlFormatExtensionPrefixAttribute コンストラクタ

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

名前 説明
XmlFormatExtensionPrefixAttribute () XmlFormatExtensionPrefixAttribute クラス新しインスタンス初期化します。
XmlFormatExtensionPrefixAttribute (String, String) サービス説明フォーマット拡張用の XML 名前空間XML 名前空間プリフィックス設定しXmlFormatExtensionPrefixAttribute クラス新しインスタンス初期化します。
参照参照

関連項目

XmlFormatExtensionPrefixAttribute クラス
XmlFormatExtensionPrefixAttribute メンバ
System.Web.Services.Configuration 名前空間
XmlFormatExtensionAttribute クラス
XmlFormatExtensionPointAttribute クラス

XmlFormatExtensionPrefixAttribute コンストラクタ (String, String)

サービス説明フォーマット拡張用の XML 名前空間XML 名前空間プリフィックス設定し、XmlFormatExtensionPrefixAttribute クラス新しインスタンス初期化します。

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

Dim prefix As String
Dim ns As String

Dim instance As New XmlFormatExtensionPrefixAttribute(prefix,
 ns)
public XmlFormatExtensionPrefixAttribute (
    string prefix,
    string ns
)
public:
XmlFormatExtensionPrefixAttribute (
    String^ prefix, 
    String^ ns
)
public XmlFormatExtensionPrefixAttribute (
    String prefix, 
    String ns
)
public function XmlFormatExtensionPrefixAttribute
 (
    prefix : String, 
    ns : String
)

パラメータ

prefix

サービス説明フォーマット拡張関連付けられた XML 名前空間プリフィックス

ns

サービス説明フォーマット拡張関連付けられた XML 名前空間

使用例使用例
' The YMLOperationBinding class is part of the YML SDFE, as it is the
' class that is serialized into XML and is placed in the service
' description.
<XmlFormatExtension("action", YMLOperationBinding.YMLNamespace,
 _
    GetType(OperationBinding)), _
    XmlFormatExtensionPrefix("yml", YMLOperationBinding.YMLNamespace)>
 _
Public Class YMLOperationBinding
    Inherits ServiceDescriptionFormatExtension
    Private _reverse As Boolean
    Public Const YMLNamespace As
 String = "http://www.contoso.com/yml"

    <XmlElement("Reverse")> _
    Public Property Reverse() As
 Boolean
        Get
            Return _reverse
        End Get
        Set(ByVal Value As
 Boolean)
            _reverse = Value
        End Set
    End Property

End Class
// The YMLOperationBinding class is part of the YML SDFE, as it is the
// class that is serialized into XML and is placed in the service
// description.
[XmlFormatExtension("action", YMLOperationBinding.YMLNamespace, 
    typeof(OperationBinding))]
[XmlFormatExtensionPrefix("yml", YMLOperationBinding.YMLNamespace)]
public class YMLOperationBinding : ServiceDescriptionFormatExtension
 
{
    private Boolean reverse;

    public const string
 YMLNamespace = "http://www.contoso.com/yml";

    [XmlElement("Reverse")]
    public Boolean Reverse 
    {
        get { return reverse; }
        set { reverse = value; }
    }
}
// The YMLOperationBinding class is part of the YML SDFE, as it is the
// class that is serialized into XML and is placed in the service
// description.
/** @attribute XmlFormatExtension("action", YMLOperationBinding.YMLNamespace,
 
    OperationBinding.class)
 */
/** @attribute XmlFormatExtensionPrefix("yml", YMLOperationBinding.YMLNamespace)
 */
public class YMLOperationBinding extends ServiceDescriptionFormatExtension
{
    private Boolean reverse;
    public final static String YMLNamespace
 = "http://www.contoso.com/yml";

    /** @attribute XmlElement("Reverse")
     */
    /** @property 
     */
    public Boolean get_Reverse()
    {
        return reverse;
    } //get_Reverse

    /** @property 
     */
    public void set_Reverse(Boolean value)
    {
        reverse = value;
    } //set_Reverse
} //YMLOperationBinding
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlFormatExtensionPrefixAttribute クラス
XmlFormatExtensionPrefixAttribute メンバ
System.Web.Services.Configuration 名前空間



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

辞書ショートカット

すべての辞書の索引

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

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

   

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



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

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

©2025 GRAS Group, Inc.RSS