CreateUnoStruct 函数

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

语法:

oStruct = CreateUnoStruct( Uno 类型名称 )

示例:


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

Or use the following structure for your statement:


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

请支持我们!