AddInStore.RebuildAddIns(String) メソッド

定義

アドイン キャッシュをビルドし直して、指定したルート ディレクトリから新しいアドインを組み込みます。

public:
 static cli::array <System::String ^> ^ RebuildAddIns(System::String ^ addInsFolderPath);
[System.Security.SecurityCritical]
public static string[] RebuildAddIns (string addInsFolderPath);
[<System.Security.SecurityCritical>]
static member RebuildAddIns : string -> string[]
Public Shared Function RebuildAddIns (addInsFolderPath As String) As String()

パラメーター

addInsFolderPath
String

アドインのサブディレクトリが 1 つ以上含まれるディレクトリのパス。

戻り値

String[]

パイプライン セグメントが評価されたときに警告を示す文字列のコレクション。

属性

例外

パイプライン ディレクトリ構造にセグメント ディレクトリがありません。

パイプライン ディレクトリ構造に対するアクセス違反があります。

addInsFolderPathnullです。

呼び出し元には、addInsFolderPath で指定された位置への読み書きのアクセス許可がありません。

注釈

アドインがパイプライン ディレクトリ構造の外部にある場合は、このメソッドを呼び出します。

このメソッドは、キャッシュに問題がある可能性があり、再構築する必要がある場合にのみ使用します。 パフォーマンスを向上させるには、 メソッドを使用します UpdateAddIns

適用対象

こちらもご覧ください