程序包 | 说明 |
---|---|
com.sun.star.uno |
限定符和类型 | 方法和说明 |
---|---|
IMethodDescription |
ITypeDescription.getMethodDescription(int methodId)
已过时。
Gets the
IMethodDescription for the
method with index methodId, if it exists, otherwise
returns null . |
IMethodDescription |
ITypeDescription.getMethodDescription(String name)
已过时。
Gets the
IMethodDescription for the
method with the name name , if it exists,
otherwise returns null . |
IMethodDescription[] |
ITypeDescription.getMethodDescriptions()
已过时。
Gets the
IMethodDescription for every
method, if this type is an interface. |