Difference between revisions of "Zh/Documentation/DevGuide/ProUNO/Sequences"

From Apache OpenOffice Wiki
Jump to: navigation, search
(New page: {{Documentation/DevGuide/ProUNOTOC/Zh |ProUNO2a=block |ProUNO2aDTypes=block |ShowPrevNext=block |PrevPage=Zh/Documentation/DevGuide/ProUNO/Predefined Values |NextPage=Zh/Documentation/DevG...)
(No difference)

Revision as of 07:11, 19 June 2008


sequence 类型是一组相同类型的元素,元素的数量可变。在 UNO IDL 中,使用的元素始终引用某个现有的已知类型或者另一个 sequence 类型。sequence 可作为其他所有类型定义中的一个一般类型出现。

  sequence< com::sun::star::uno::XInterface >
  sequence< string > getNamesOfIndex( sequence< long > indexes );
Content on this page is licensed under the Public Documentation License (PDL).
Personal tools
In other languages