Figure 23: The Public Properties dialog box.
图23:“公用属性”对话框。
Dependency properties should generally be considered to be public properties.
相依性属性通常应该视为公用属性。
When overridden in a derived class, gets the public properties on this object.
在衍生类别中覆写时,取得这个物件上的公用属性。
The public properties are decorated with the attributes to control XML serialization.
公共属性被控制XML系列化的属性修饰。
Make sure public properties in LotusScript classes used as complex data types are alphabetical.
确保LotusScript类中的公共属性作为按字母排序的复杂数据类型使用。
On the target page, you can read the values of controls or public properties from the source page.
在目标页上,可以读取来自源页的控件或公共属性的值。
I moved to the second one, still no lock in there. Are customers here like to vandalize public properties too?
我出来,换到第二间,还是没有锁,这里的顾客也喜欢损坏公物吗?
Client code is the code that USES these variables to call the methods and access the public properties of the object.
用户端程序码是使用这些变数呼叫方法并存取物件之公用属性的程序码。
With standard Flex AMF3 serialization (BlazeDS or LCDS), only non transient, non static public properties may be serialized.
使用标准的FlexAMF3序列化(BlazeDS或LCDS),只有非临时、非静态的公有属性才能被序列化。
In complex classes that contain significant behavior (methods) as well as data, it is often necessary to have public properties.
在包含大量行为(方法)以及数据的复杂类中,通常需要有公共属性。
This can be a confusing problem to troubleshoot, and it can often be resolved by arranging the public properties into alphabetical order.
在故障检修时,这可能是一个令人迷惑的问题,往往能够通过按字母顺序排列公共属性解决。
This occurs when the designer scans the public properties, methods, and events of each type and represents these within a type descriptor.
这在设计器扫描每一类型的公共属性、方法和事件并在类型说明符中表示这些公共属性、方法和事件时发生。
Columns or public properties of entities and objects are represented as the actual data type of the column or property in the underlying data store.
列或实体和对象的公共属性表示为基础数据存储区中的列或属性的实际数据类型。
We would like to kick off our weeklong conference with a tribute to those who died trying to save lives and public properties during the 2002 flood.
我们想在开始我们为期一周的会议之前,先向在2002年洪灾中为了抢救生命和公共财产而牺牲的英雄们致敬。
Notice that you're never required to register all the public properties or methods of the class — you can choose which ones you want to expose to the container.
注意,不必要注册类的全部公共属性和方法——可以从中选择想向容器公开的那些公共属性和方法。
This function is useful for taking a NotesDocument object from within this database and reading its information into the public properties of this BookInfo object.
若要从此数据库中获取一个NotesDocument对象,并将其信息读入BookInfo对象的公共属性,那么这个函数是非常有用的。
The Administration Team is in charge of a lot of petty affairs, from producing all written articles in the Community to the maintenance and management of public properties etc.
在事务组工作非常烦琐,几乎所有社区的文字性工作以及琐碎性事务,如社区内公共物品的摆放、维修、管理等都由他们来完成。
To work around this issue, in the caller page you must add public properties that expose any information you want posted pages to access. For example, imagine that crosspostpage.aspx.
为了达到这个目的,您必须在调用页上在一个public属性来进行提交页信息的访问。例如,假象crosspostpage . aspx页上包含一个名字为_ textBox1的TextBox,为了使它能够在目标页访问,必须在后台类增加如下代码。
On the next page, enter the feed title and description along with other properties, like public or private access, any search keyword tags, or cache times.
在接下来的页面上,输入提要标题和描述,以及其他属性,例如公共或私有访问、搜索关键词标签或缓存时间。
Automatic properties - Many people use public fields just to avoid typing out all that is needed to declare publicly accessible properties.
自动属性—很多人为了避免声明用来公共存取的属性,减少输入量,而使用公共字段。
Hopefully now you find it easier to resist the temptation to use public fields instead of properties.
希望现在你会更倾向于使用属性而非公共字段。
You can modify the visibility of methods in the same way as properties, adding public, private, or protected to the method declaration.
修改方法可见度的方法与修改属性可见度的方法一样,即在方法声明中添加public、private或protected。
We also added three public methods that retrieve the size (i.e., the number of properties defined), retrieve a single element in the map, and update the map with a new element, respectively.
我们同时加入了3个公有方法来获取大小(例如,定义的属性个数),获取map中的元素,以及更新map中对应的元素等。
In PHP V5, properties should be declared public, private, or protected.
在PHPv 5中,属性必须声明为public、private或protected。
Access your AMI for WebSphere Application server V7.0 instance using its public DNS server name, which can be obtained from the properties of the instance.
使用公共DNS服务器名访问amifor WebSphereApplicationServerv7.0实例,可以从实例的属性中获取服务器名。
A class definition for the implementation code: this class must become the PortType class named in the Basics TAB of the properties box, and the class must be public.
实现代码的类定义:该类必须成为属性框的Basics选项卡中指定的porttype类,并且该类必须是公有的。
Exposing reference types through your public interface allows users of your object to modify its internals without going through the methods and properties you've defined.
通过公共接口暴露引用类型,允许你的对象的用户,不用通过你已经定义的方法和属性就能修改它的内部。
Properties that are public can be written to and read from outside the class. Properties that are private can only be seen within the object or class context.
声明为public的属性可以在类外部写入和读取,声明为private的属性只在对象或类上下文中可见。
Properties that are public can be written to and read from outside the class. Properties that are private can only be seen within the object or class context.
声明为public的属性可以在类外部写入和读取,声明为private的属性只在对象或类上下文中可见。
应用推荐