instantiate

Add the code necessary to instantiate the filter.

添加实例化筛选器所需的代码。

You can instantiate value types in two ways.

可以通过两种方式实例化值类型。

Crucially, each does not instantiate itself.

关键的是,每个都不例现自己。

To instantiate a property is simply to have that property.

要例现一个属性,简单的就是要拥有这属性。

You can instantiate the corresponding primitives from the cell library.

你可以举出单元库中相应基本数据的实例。

You simply provide the desired type as you instantiate the generic collection.

你仅需提供在你初始化一个泛型集合时你喜欢的某个类型。

After you instantiate the Validation object you need to add rules to fields.

当您实例验证对象需要添加规则领域。

The class of the object must be structural; you cannot instantiate an abstract class.

对象的类别必须是有结构的;您不能范例化一个抽象类别。

Run time reflection is used to instantiate and call each back end that Dashboard discovers when it is run.

Dashboard通过运行时反射技术实例化并调用它在运行的时候发现的每一个后端。

In this case, you can instantiate the class, but you cannot access the internal member.

在此例中,您可以实例化类,但不能访问内部成员。

The CLR type name of the service host factory used to instantiate the service host.

用于实例化服务主机的服务主机工厂的CLR类型名称。

First, you have to enumerate all instance classes (types) that you need to instantiate in the Classes grid.

首先,您必须枚举需要在Classes网格中实例化的所有实例类(类型)。

The SOAP binding needs to decode the hash map contents and instantiate Java objects for each value.

SOAP绑定需要解码散列表的内容,对每个值创建Java对象的实例。

We then instantiate 2 objects from these classes and print out information about them, including their class parentage.

接着,我们从这些对象中创建了两个对象实例,打印出它们的相关信息,包括它们的起源。

A client application can instantiate any of these proxies and invoke methods on it.

客户端应用程序可以实例化这些代理中的任一个,并且调用其中的方法。

Once inside the function, we instantiate a Word.Document object (specDoc) with the Range object's Parent property.

运行函数后,我们将使用Range对象的Parent属性实例化一个Word.Document对象(specDoc)。

A knowledge base is a set of multimedia resources that instantiate the knowledge object.

是一组知识对象具体实例化的多媒体资源。

Your test must then instantiate the object that will access your private method before it performs its test steps.

然后,测试必须先实例化将访问私有方法的对象,再执行其测试步骤。

As peers browse or join a new peer group, they may find new behaviors that they may want to instantiate.

象对等点浏览或是加入一个新的对等组,他们可以发现新的他们希望实例的行为。

In this article I will show you how to implement a factory, which uses attributes to decide which class to instantiate.

在这篇文章里我会为你演示怎么实现一个工厂,这个工厂使用特性来决定哪个类将被实例化。

If, on the other hand, my pages just instantiate my classes, I only have to refactor my classes.

从另外一个方面来说,如果我的页面只是实例化了我的几个类,我只需要修改我的类就行了。

It provides methods to instantiate existing datasets and to create new datasets.

它提供了对现有数据集实例化和建立新数据集的方法。

The operations performed inside a function template constrains the types that can be used to instantiate the function.

在函数模板内部完成的操作限制了可用于实例化该函数的类型。

Finally, the setup lines just instantiate our GUI application and start it running.

最后,几行安装代码实例化了GUI应用程序对象并启动之。

Modules provides a generic abstraction to allow a peer to instantiate a new behavior.

模块提供普通抽象的允许对等点实例的新行为。

The factory should provide a fixed mechanism how to decide which class to instantiate.

工厂必须提供一种固定的机制来决定哪个类被实例化。

I don't write much code about the pages themselves - all I do is instantiate classes for a given page element.

我不给页面单独写多少代码??我所做的只是针对每个给定的页面元素实例化一些类。

Before that, we established that if UN exists, then it does not instantiate itself.

此前,我们建立的是,如果UN存在,那么它不例现自己。

Note that you all you need to do is call them;they will load and instantiate themselves as they are needed.

注意你只需要调用即可,它们会自己加载并实例化。

On the other extreme, you can instantiate a new, locally scoped CacheAccessor every time you need to read cached data.

在中文版中没有。我看了半天都没有明白,对照才发现漏译了,真是受不了。

Define an interface for creating an object, but let subclasses decide which class to instantiate.

定义一个用于创建对象的接口,让子类决定实例化哪一个类。

A value that identifies a particular control class to a factory object which can instantiate objects of that class.

可以实例化类对象的对象厂标记特定控件类使用的值。

This directly contradicts our current supposition that UN does instantiate itself.

这直接和当前关于UN例现自己的假设矛盾。

If you end up needing one, you'll need to instantiate your model class and use it manually.

如果你非得要使用,需要手工的实例化模型类然后再使用。

Unable to instantiate event handler (assembly "|0", class "|1"), or fire event for "|2" in "|3".

无法实例化事件处理器(程序集“|0”,类“|1”),或无法为“|3”中的“|2”激发事件。

The knowledgebase approach can be used to instantiate the ITF and organize these components into the integration knowledgebase(IKB).

可以实例化ITF并将ITF中关键组成部分有机组织起来,形成集成知识库(IKB).

Shows how to constrain type parameters to enable access to methods and properties of the types used to instantiate the generic class.

演示如何约束类型参数,以启用对用于实例化泛型类的类型的方法和属性的访问。

The problem with this approach is that the LogManager instance uses the system class loader to instantiate classes from the configuration file.

这种方法的问题是LogManager实例使用了系统类的装载程序从配置文件中对类进行实例化。

If client code attempts to instantiate your class with a type that is not allowed by a constraint, the result is a compile-time error.

如果客户端代码尝试使用某个约束所不允许的类型来实例化类,则会产生编译时错误。

The final step needed to enable COM to instantiate an object based on our.NET component is to add a blank constructor for each class (see Listing 2).

启用COM以根据我们的.NET组件实例化对象所需的最后一步是,向每个类添加一个空的构造函数(见程序列表2)。

The following code example illustrates the use of this constructor to instantiate a regular expression with a specified pattern and options.

下面的代码示例演示如何使用此构造函数以指定的模式和选项实例化正则表达式。

The following code example illustrates the use of this constructor to instantiate a regular expression with a specified pattern.

下面的代码示例演示如何使用此构造函数以指定的模式实例化正则表达式。

To access the GetAccountType method, the test method must first instantiate the BankAccount_Shadow object in the private accessor assembly.

若要访问GetAccountType方法,测试方法必须先实例化专用访问器程序集中的BankAccount_Shadow对象。

It is of course the event class that we instantiate and send, whilst we register the event handler for the event interface.

我们实例化并发送事件类的同时,我们为事件接口注册事件句柄。

This project contains three user controls and illustrates how to instantiate them at runtime, as opposed to by placing them on a form.

这个项目包含了三个用户控件,演示了如何在运行时实例化它们,不同于设计时在一个窗体中放置它们。包括了一篇文章详细介绍了这方面的技术。

Instead of working directly with the XMLHttpRequest object, you instantiate an instance of XHConn, working with it in much the same way you would XHR.

进第二轮了。不知道人家如何。自我感觉,真的挺不容易的。做的很仔细,也很有收获。现在是调整思路,重上征程的时候辽。

The factory should be equally unknowing as the caller about the implementation behind the classes that it can instantiate.

工厂应该跟调用方一样对其背后用于实例化对象的实现一无所知。

I also have the problem that introducing decorators can increase the complexity of the code needed to instantiate the component.

我还有引入装饰者会增加实例化组件的代码复杂度这一问题。

The knowledgebase approach can be used to instantiate the ITF and organize these components into the integration knowledgebase (IKB).

可以实例化ITF并将ITF中关键组成部分有机组织起来,形成集成知识库(IKB)。

The Factory Method Pattern defines an interface for creating an object, but lets subclasses decide which class to instantiate.

工厂方法模式定义了一个创建对象的接口,但由子类决定实例化的逻辑。