SoapExtensionTypeElement Konstruktorów
Definicja
Ważny
Niektóre informacje dotyczą produktów przedpremierowych, które mogą zostać znacznie zmodyfikowane przed premierą. Microsoft nie udziela żadnych gwarancji, ani wyraźnych, ani domniemanych, dotyczących informacji podanych tutaj.
Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.
Przeciążenia
| Nazwa | Opis |
|---|---|
| SoapExtensionTypeElement() |
Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement. |
| SoapExtensionTypeElement(String, Int32, PriorityGroup) |
Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement. |
| SoapExtensionTypeElement(Type, Int32, PriorityGroup) |
Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement. |
SoapExtensionTypeElement()
Inicjuje nowe wystąpienie klasy SoapExtensionTypeElement.
public:
SoapExtensionTypeElement();
public SoapExtensionTypeElement();
Public Sub New ()
Dotyczy
SoapExtensionTypeElement(String, Int32, PriorityGroup)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- type
- String
Określa klasę rozszerzenia SOAP do dodania.
- priority
- Int32
Wskazuje względną kolejność, w której rozszerzenie PROTOKOŁU SOAP jest uruchamiane, gdy określono wiele rozszerzeń PROTOKOŁU SOAP. W każdej grupie atrybut priorytetu rozróżnia ogólny względny priorytet rozszerzenia SOAP. Numer niższego priorytetu wskazuje wyższy priorytet rozszerzenia PROTOKOŁU SOAP. Najniższa możliwa wartość atrybutu priorytetu to 1.
- group
- PriorityGroup
Wraz z priorytetem określa względną kolejność, w której jest uruchamiane rozszerzenie SOAP, gdy skonfigurowano wiele rozszerzeń SOAP do uruchomienia.
Dotyczy
SoapExtensionTypeElement(Type, Int32, PriorityGroup)
Inicjuje nowe wystąpienie klasy 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)
Parametry
- type
- Type
Określa klasę rozszerzenia SOAP do dodania.
- priority
- Int32
Wskazuje względną kolejność, w której rozszerzenie PROTOKOŁU SOAP jest uruchamiane, gdy określono wiele rozszerzeń PROTOKOŁU SOAP.
- group
- PriorityGroup
Wraz z priorytetem określa względną kolejność, w której jest uruchamiane rozszerzenie SOAP, gdy skonfigurowano wiele rozszerzeń SOAP do uruchomienia.