次の方法で共有


SoapExtensionTypeElement コンストラクター

定義

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

オーバーロード

SoapExtensionTypeElement()

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

SoapExtensionTypeElement(String, Int32, PriorityGroup)

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

SoapExtensionTypeElement(Type, Int32, PriorityGroup)

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

SoapExtensionTypeElement()

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

public:
 SoapExtensionTypeElement();
public SoapExtensionTypeElement ();
Public Sub New ()

適用対象

SoapExtensionTypeElement(String, Int32, PriorityGroup)

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

public:
 SoapExtensionTypeElement(System::String ^ type, int priority, System::Web::Services::Configuration::PriorityGroup group);
public SoapExtensionTypeElement (string type, int priority, System.Web.Services.Configuration.PriorityGroup group);
new System.Web.Services.Configuration.SoapExtensionTypeElement : string * int * System.Web.Services.Configuration.PriorityGroup -> System.Web.Services.Configuration.SoapExtensionTypeElement
Public Sub New (type As String, priority As Integer, group As PriorityGroup)

パラメーター

type
String

追加される SOAP 拡張機能クラスを指定します。

priority
Int32

複数の SOAP 拡張が指定されているときに SOAP 拡張を実行する相対的な順序を指定します。 各グループ内では、優先順位属性によって、その SOAP 拡張の全体での相対的な優先順位が決まります。 優先順位の数が小さいほど、その SOAP 拡張の優先順位は高くなります。 優先順位属性の値として指定できる最小値は 1 です。

group
PriorityGroup

複数の SOAP 拡張を実行するように構成されている場合は、優先順位と共に、SOAP 拡張を実行する相対的な順序を指定します。

適用対象

SoapExtensionTypeElement(Type, Int32, PriorityGroup)

SoapExtensionTypeElement クラスの新しいインスタンスを初期化します。

public:
 SoapExtensionTypeElement(Type ^ type, int priority, System::Web::Services::Configuration::PriorityGroup group);
public SoapExtensionTypeElement (Type type, int priority, System.Web.Services.Configuration.PriorityGroup group);
new System.Web.Services.Configuration.SoapExtensionTypeElement : Type * int * System.Web.Services.Configuration.PriorityGroup -> System.Web.Services.Configuration.SoapExtensionTypeElement
Public Sub New (type As Type, priority As Integer, group As PriorityGroup)

パラメーター

type
Type

追加される SOAP 拡張機能クラスを指定します。

priority
Int32

複数の SOAP 拡張が指定されているときに SOAP 拡張を実行する相対的な順序を指定します。

group
PriorityGroup

複数の SOAP 拡張を実行するように構成されている場合は、優先順位と共に、SOAP 拡張を実行する相対的な順序を指定します。

適用対象