TypeElement 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
클래스의 인스턴스를 초기화합니다 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
구성 특성의 형식입니다.