Instance Method インスタンスメソッド

webPlugInInitialize()

Initializes the plug-in.

Declaration 宣言

func webPlugInInitialize()

Discussion 解説

Tells the plug-in to perform one-time initialization. This method must be called only once per instance of the plug-in object, before any other methods in the protocol are called.

See Also 参照

Controlling the Plug-in