AddInStore.UpdateAddIns(String) メソッド

定義

アドイン キャッシュを更新して、指定された位置にある新しいアドインを組み込みます。

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

パラメーター

addInsFolderPath
String

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

戻り値

String[]

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

属性

例外

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

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

addInsFolderPathnullです。

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

注釈

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

新しいアドインがインストールされていない場合、このメソッドはキャッシュを検証するだけです。

適用対象