다음을 통해 공유


TypeElement 생성자

정의

TypeElement 클래스의 인스턴스를 초기화합니다.

오버로드

TypeElement()

TypeElement 클래스의 인스턴스를 초기화합니다.

TypeElement(String)

TypeElement 클래스의 인스턴스를 초기화합니다.

TypeElement(Type)

TypeElement 클래스의 인스턴스를 초기화합니다.

TypeElement()

TypeElement 클래스의 인스턴스를 초기화합니다.

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

적용 대상

TypeElement(String)

TypeElement 클래스의 인스턴스를 초기화합니다.

public:
 TypeElement(System::String ^ type);
public TypeElement (string type);
new System.Web.Services.Configuration.TypeElement : string -> System.Web.Services.Configuration.TypeElement
Public Sub New (type As String)

매개 변수

type
String

구성 특성의 형식입니다.

적용 대상

TypeElement(Type)

TypeElement 클래스의 인스턴스를 초기화합니다.

public:
 TypeElement(Type ^ type);
public TypeElement (Type type);
new System.Web.Services.Configuration.TypeElement : Type -> System.Web.Services.Configuration.TypeElement
Public Sub New (type As Type)

매개 변수

type
Type

구성 특성의 형식입니다.

적용 대상