IBM Lotus Symphony


GetProcessServiceManager 関数 [実行時]

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

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

構文:

oServiceManager = GetProcessServiceManager()

例:

oServiceManager = GetProcessServiceManager()

oIntrospection = oServiceManager.createInstance("com.sun.star.beans.Introspection");

これは、下記のステートメントと同等の働きをします。

oIntrospection = CreateUnoService( "com.sun.star.beans.Introspection" )


製品フィードバック | その他の資料 | 商標