다음을 통해 공유


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 확장의 상대적인 실행 순서를 나타냅니다. 각 그룹 내에서 priority 특성은 SOAP 확장의 전반적인 상대 우선 순위를 구분합니다. priority가 낮으면 SOAP 확장 우선 순위가 높은 것을 나타냅니다. priority 특성의 최소값은 1입니다.

group
PriorityGroup

여러 SOAP 확장이 실행되도록 구성된 경우 priority에 따라 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 확장이 실행되도록 구성된 경우 priority에 따라 SOAP 확장이 실행되는 상대적인 순서를 지정합니다.

적용 대상