单词 | public properties | ||||||||||
释义 | public properties
更多释义 收起释义 例句释义: 属性,公共属性,公共财产 1. our weeklong conference with a tribute to those who died trying to save lives and public properties during the 2002 flood. 我们想在开始我们为期一周的会议之前,先向在2002年洪灾中为了抢救生命和公共财产而牺牲的英雄们致敬。 blog.hjenglish.com 2. Gets an array of System. Reflection. PropertyInfo objects corresponding to all public properties or to all properties of the current class. 获取System.Reflection.PropertyInfo对象数组,这些对象对应于所有公共属性或当前类的所有属性。 msdn2.microsoft.com 3. Objects corresponding to all public properties or to all properties of the current class . 检索与所有公共属性或当前类的所有属性对应的。 www.bing.com 4. Client code is the code that uses these variables to call the methods and access the public properties of the object. 用户端程式码是使用这些变数呼叫方法并存取物件之公用属性的程式码。 technet.microsoft.com 5. An anonymous type, which consists of a set of public properties encapsulated in a nameless reference type. 匿名类型,它由一组封装在无名称引用类型中的公共属性组成。 msdn2.microsoft.com 6. You can set this property to any COM-visible object for which you want its public properties and methods available to scripting code. 可以将此属性设置为希望其公共属性和方法可用于脚本代码的任何COM可见的对象。 msdn2.microsoft.com 7. Confirm that the Product object and its two public properties, Name and Price, appear in a hierarchy in the Website Data Sources window . 确认对象“产品”及其两个公共属性“名称”和“价格”都显示在“网站数据源”窗口中的层次结构中。 www.bing.com 8. This occurs when the designer scans the public properties, methods, and events of each type and represents these within a type descriptor. 这在设计器扫描每一类型的公共属性、方法和事件并在类型说明符中表示这些公共属性、方法和事件时发生。 msdn2.microsoft.com 9. Control to an array of customer objects, the grid will display all the public properties of those customer objects. 控件绑定到一个客户对象数组,则网格将显示这些客户对象的所有公共属性。 msdn2.microsoft.com 10. Enables you to read values and public properties from source page. 使您能够从源页读取值和公共属性。 msdn2.microsoft.com 1. Returns all the public and non-public properties declared or inherited by this type, as specified. 按照指定,返回此类型声明或继承的所有公共和非公共属性。 msdn2.microsoft.com 2. Enables the target page to read public properties of the source page if the pages are in the same Web application. 当这些页位于相同的Web应用程序中时,允许目标页读取源页的公共属性。 msdn2.microsoft.com 3. You might use this strategy if the source page does not expose public properties containing the information you need. 如果源页不公开包含所需信息的公共属性,则可以使用此策略。 msdn2.microsoft.com 4. Add the public properties shown in the following code example to the class. 将下面的代码示例中显示的公共属性添加到类。 msdn2.microsoft.com 5. Only the public properties are available for a complex data type. 对于复杂数据类型来说,仅有公共属性才是可用的。 www.ibm.com 6. XML serialization serializes only public properties and fields and does not preserve type fidelity. XML序列化仅序列化公共属性和字段,且不保持类型保真度。 msdn2.microsoft.com 7. Their fearless actions prevented the criminals from doing evils, saved the victims, and protected the public properties. 他们无惧罪犯的行动阻止了犯罪分子做邪恶的事情,拯救了受害者并保护了公共财产。 www.hjenglish.com 8. The grid will display all the public properties of the elements in the structure. 控件绑定到其他结构。网格将显示结构中元素的所有公共属性。 msdn2.microsoft.com 9. The public properties are decorated with the attributes to control XML serialization. 公共属性被控制XML系列化的属性修饰。 www.ibm.com 10. For simple binding, Windows Forms supports binding to the public properties on the simple object. 对于简单绑定,Windows窗体支持绑定到简单对象的公共属性。 msdn2.microsoft.com 1. Windows Forms supports data binding control properties to public properties on the instance of an object using the Binding type. Windows窗体支持使用Binding类型,将控件属性的数据绑定到对象实例的公共属性。 msdn2.microsoft.com 2. These little treasure pieces, though rusted and unrecognizable, are all public properties. 这小片钱币,尽管没有被认可,也生锈了,它们都是属于公共的财产。 learning.sohu.com 3. With standard Flex AMF3 serialization (BlazeDS or LCDS), only non transient, non static public properties may be serialized. 使用标准的FlexAMF3序列化(BlazeDS或LCDS),只有非临时、非静态的公有属性才能被序列化。 www.infoq.com 4. Any public properties or fields added to the class will not be serialized. 不序列化添加到该类的任何公共属性或字段。 msdn2.microsoft.com 5. In addition, if the source and target page are in the same Web application, the target page can access public properties of the source page. 此外,如果源页和目标页位于同一Web应用程序中,则目标页可以访问源页的公共属性。 msdn2.microsoft.com 6. Only public fields and public properties can be serialized. 只能序列化公共字段和公共属性。 msdn2.microsoft.com 7. departments public properties storage, please buy with the property. 部门公共资产的保管,与资产的请购。 zhidao.baidu.com 8. A complex data type in a LotusScript Web service is simply a public class with one or more public properties. LotusScriptWeb服务中的复杂数据类型只是一个带有一个或多个公共属性的公共类。 www.ibm.com 9. Students shall protect public properties, free of graffiti and posting of signs on desks, chairs and walls. 爱护公共财物和教学设备,不在课桌椅和墙上涂写刻画或随意张贴; blog.sina.com.cn 10. This can be a confusing problem to troubleshoot, and it can often be resolved by arranging the public properties into alphabetical order. 在故障检修时,这可能是一个令人迷惑的问题,往往能够通过按字母顺序排列公共属性解决。 www.ibm.com 1. Provide implementations that expose public properties of simple data types for use at design time. 提供用于公开简单数据类型的公共属性的实现方式,以便在设计时使用。 msdn2.microsoft.com 2. To serialize an object, first create the object that is to be serialized and set its public properties and fields. 要序列化对象,首先创建要序列化的对象并设置它的公共属性和字段。 msdn2.microsoft.com 3. A business object is any application object that exposes public properties of simple data types. 业务对象是公开简单数据类型的公共属性的任意应用程序对象。 msdn2.microsoft.com 4. Only public properties and fields can be serialized. 只能序列化公共属性和字段。 msdn2.microsoft.com 5. Deriving classes may find it useful to add public properties to this class. 派生类可能会发现向该类中添加公共属性非常有用。 msdn2.microsoft.com 6. Today, you cannot find any display of Jesus' birth in government or public properties. 如今,你也无法在政府机构或者公共场所看到任何纪念耶稣诞生的马槽布置。 www.hcchome.org 7. On the target page, you can read the values of controls or public properties from the source page. 在目标页上,可以读取来自源页的控件或公共属性的值。 technet.microsoft.com 8. Data sources can be created from any object that exposes one or more public properties. 可从公开一个或多个公共属性的对象中创建数据源。 msdn2.microsoft.com 9. This includes public properties and public methods. 这包括公共属性和公共方法。 msdn2.microsoft.com 10. Implement public properties or methods in your application code that your script code will use. 在应用程序代码中实现脚本代码将使用的公共属性或方法。 msdn2.microsoft.com 1. Use the window. External object in your scripting code to access public properties and methods of the specified object. 使用脚本代码中的window.external对象访问指定对象的公共属性和方法。 msdn2.microsoft.com 2. Specify BindingFlags. Public to include public properties in the search. 指定BindingFlags.Public可在搜索中包含公共属性(Property)。 msdn2.microsoft.com 3. The most common scenario is that the source page defines public properties and you want to get their values on the target page. 最常见的方案是源页定义公共属性,并且您要在目标页上获取这些属性的值。 msdn2.microsoft.com 4. Implementation is more involved, because it is necessary to enumerate the public properties of the object. 实现更为复杂,因为,需要枚举对象的公共属性。 msdn2.microsoft.com 5. Specify BindingFlags. NonPublic to include non-public properties (that is, private and protected properties) in the search. 指定BindingFlags.NonPublic可在搜索中包含非公共属性(即私有属性和受保护的属性)。 msdn2.microsoft.com 6. Specify BindingFlags. NonPublic to include non-public properties (that is, private and protected members) in the search. 指定BindingFlags.NonPublic可在搜索中包含非公共属性(Property)(即私有成员和受保护的成员)。 msdn2.microsoft.com 7. We can databind any public properties we want from our DiggStory object within the DataTemplate. 我们可以databind任何公共财产,我们希望从我们的diggstory物体内部datatemplate。 www.360doc.com 8. For Business objects, the data source shows a list of public properties of simple data types exposed by the Class object. 对于业务对象,数据源将显示由类对象所公开的简单数据类型的公共属性列表。 msdn2.microsoft.com 9. Make sure public properties in LotusScript classes used as complex data types are alphabetical 确保LotusScript类中的公共属性作为按字母排序的复杂数据类型使用 www.ibm.com 10. Economic and Legal Analysis on State Compensation for Harm Done by Public Properties 公产致害国家赔偿的法律经济分析 www.ilib.cn 1. All menu commands store their public properties in the Properties 所有菜单命令都将它们的公共属性存储在 msdn2.microsoft.com 2. You can bind to the following structures if their elements expose public properties 如果下列结构的元素公开公共属性,则可以绑定到这些结构 msdn2.microsoft.com 3. I've also declared 4 public properties there to be used as follows 我还声明了此处所要用到的4个公共属性,如下所示 msdn2.microsoft.com |
||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。