SoapExtensionTypeElement 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化 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 擴充功能執行的相對順序。