IScriptingService インターフェイス

定義

スクリプト作成サービスへのアクセスを提供します。

public interface class IScriptingService
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("CA019366-3FD5-4f6b-83CB-ED6BFC418DBE")]
public interface IScriptingService
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("CA019366-3FD5-4f6b-83CB-ED6BFC418DBE")>]
type IScriptingService = interface
Public Interface IScriptingService
属性

プロパティ

ScriptCollectors

システムに登録されているすべてのスクリプト コレクターの一覧を取得します。

メソッド

GetCompatibleCollectors(String)

指定したコンテンツの種類と互換性のあるすべてのスクリプト コレクターを列挙します。

OpenSession(IScriptCollectorInfo, IContext)

新しいスクリプト作成セッションを開くメソッドを設定します。

適用対象