GetProcessServiceManager Function

ProcessServiceManager (セントラル Uno ServiceManager) を返します。

この関数は、CreateInstanceWithArguments を使ってサービスのインスタンスを作成する場合に必要となります。

Syntax:

oServiceManager = GetProcessServiceManager()

Example:


    oServiceManager = GetProcessServiceManager()
    oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");
    ' this is the same as the following statement:
    oIntrospection = CreateUnoService("com.sun.star.beans.Introspection")

ご支援をお願いします!