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で指定された場所に対する読み取りアクセス許可と書き込みアクセス許可の両方がありません。

注釈

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

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

適用対象