序列
From Apache OpenOffice Wiki
< Zh | Documentation
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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). |