Share via


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 擴充功能執行的相對順序。

適用於