TypeElement 생성자

정의

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

오버로드

Name Description
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

구성 특성의 형식입니다.

적용 대상