NameTypeElement 类

关联名称和托管类型。

语法

class NameTypeElement : CollectionElement  

方法

此类不包含任何方法。

属性

下表列出了 NameTypeElement 类公开的属性。

名称 描述
Name 指定名称的必需唯一读/写 string 值。 键属性。
Type 一个读/写 string 值,指定与 Name 属性中的值关联的托管类型。 注意:类型引用的构成方式如下(括号中的项不是必需的):Namespace.Typename, Assemblyname[,] [Version=x,] [Culture=y,] [PublicKeyToken=z](例如“ExampleNamespace.ExampleType, Example.Assembly, Version=%ASSEMBLY_VERSION%, Culture=neutral, PublicKeyToken=%MICROSOFT_PUBLICKEY%”)。

子类

此类不包含子类。

注解

此类的实例包含在 ProvidersSettings 类的 Providers 数组属性、SwitchSettings 类的 Switches 数组属性和 SchemaImporterExtensionsSection 类的 SchemaImporterExtensions 数组属性中。

注意

如果更新提供程序集合中的 Name 属性,则只有提供程序的 NameType 属性将保存到配置文件中。 其他以前保存的提供程序属性将不再显示在配置文件中。

继承层次结构

CollectionElement

NameTypeElement

要求

类型 描述
客户端 - IIS 7.0(在 Windows Vista 上)
- IIS 7.5(在 Windows 7 上)
- IIS 8.0(在 Windows 8 上)
- IIS 10.0(在 Windows 10 上)
服务器 - IIS 7.0(在 Windows Server 2008 上)
- IIS 7.5(在 Windows Server 2008 R2 上)
- IIS 8.0(在 Windows Server 2012 上)
- IIS 8.5(在 Windows Server 2012 R2 上)
- IIS 10.0(在 Windows Server 2016 上)
产品 - IIS 7.0、IIS 7.5、IIS 8.0、IIS 8.5、IIS 10.0
MOF 文件 WebAdministration.mof

另请参阅

CollectionElement 类
ConfigProtectedDataSection 类
MembershipSection 类
ProvidersSettings 类
RoleManagerSection 类
SchemaImporterExtensionsSection 类
SwitchSettings 类