TypeElement 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 TypeElement 类的实例。
重载
TypeElement() |
初始化 TypeElement 类的实例。 |
TypeElement(String) |
初始化 TypeElement 类的实例。 |
TypeElement(Type) |
初始化 TypeElement 类的实例。 |
TypeElement()
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
配置特性的类型。