System.Resources.Tools 命名空间

包含 StronglyTypedResourceBuilder 类,该类提供对强类型资源的支持。 Contains the StronglyTypedResourceBuilder class, which provides support for strongly typed resources. 从 .NET Framework 版本 2.0 开始,此编译时功能通过创建包含一组静态只读 (get) 属性的类来封装对资源的访问,从而使使用资源更加容易。 Beginning with .NET Framework version 2.0, this compile-time feature encapsulates access to resources by creating classes that contain a set of static read-only (get) properties, thus making it easier to consume resources.

StronglyTypedResourceBuilder

为强类型资源提供支持。Provides support for strongly typed resources. 此类不能被继承。This class cannot be inherited.

接口

ITargetAwareCodeDomProvider

定义启动强类型的资源生成器(StronglyTypedResourceBuilder 对象)的接口,确定哪些类型和属性可用,因此它可以发出正确的代码文档对象模型 (CodeDOM) 树。Defines an interface that enables the strongly typed resource builder (StronglyTypedResourceBuilder object) to determine which types and properties are available so it can emit the correct Code Document Object Model (CodeDOM) tree.

注解

有关强类型资源的详细信息,请参阅 StronglyTypedResourceBuilderFor more information about strongly typed resources, see StronglyTypedResourceBuilder.