CreateUnoStruct 函数

创建一个 Uno 结构类型的实例。

语法:

oStruct = CreateUnoStruct( UnoTypeName as String ) as Object

Return type:

Object

参数:

Name

Type

Description

UnoTypeName

String

Name of the UNO structure.


示例:


         oStruct = CreateUnoStruct( "com.sun.star.beans.Property" )
     

Or use the following structure for your statement:


         Dim oStruct as new com.sun.star.beans.Property
     

请支持我们!