IScriptingService インターフェイス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
スクリプト作成サービスへのアクセスを提供します。
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) |
新しいスクリプト作成セッションを開くメソッドを設定します。 |