XmlFormatExtensionAttribute.ExtensionPoints プロパティとは? わかりやすく解説

Weblio 辞書 > コンピュータ > .NET Framework クラス ライブラリ リファレンス > XmlFormatExtensionAttribute.ExtensionPoints プロパティの意味・解説 

XmlFormatExtensionAttribute.ExtensionPoints プロパティ

サービス記述形式拡張機能実行する段階

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

Dim instance As XmlFormatExtensionAttribute
Dim value As Type()

value = instance.ExtensionPoints

instance.ExtensionPoints = value
public Type[] ExtensionPoints { get; set;
 }
public:
property array<Type^>^ ExtensionPoints {
    array<Type^>^ get ();
    void set (array<Type^>^ value);
}
/** @property */
public Type[] get_ExtensionPoints ()

/** @property */
public void set_ExtensionPoints (Type[] value)
public function get ExtensionPoints
 () : Type[]

public function set ExtensionPoints
 (value : Type[])

プロパティ
サービス記述形式拡張機能実行する段階指定する Type配列

解説解説

サービス記述形式拡張機能実行時使用できる型のリストには、ASP.NET組み込まれている型および Web サーバー構成されすべてのカスタム型が含まれます。サービス記述形式拡張機能実行できる ASP.NET組み込まれている型は、次のとおりです。

これらのクラスはすべて、サービス説明中にある、ASP.NET生成されセクション参照します。

使用例使用例
' 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
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
XmlFormatExtensionAttribute クラス
XmlFormatExtensionAttribute メンバ
System.Web.Services.Configuration 名前空間


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

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

辞書ショートカット

すべての辞書の索引

XmlFormatExtensionAttribute.ExtensionPoints プロパティのお隣キーワード
検索ランキング

   

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



XmlFormatExtensionAttribute.ExtensionPoints プロパティのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

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

©2025 GRAS Group, Inc.RSS