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

包含一個或多個增益集子目錄的目錄路徑。

傳回

String[]

在驗證管線區段時描述警告的字串集合。

屬性

例外狀況

管線目錄結構遺漏區段目錄。

管線目錄結構發生存取違規。

addInsFolderPathnull

呼叫端對於 addInsFolderPath 指定的位置不具有讀取與寫入存取權限。

備註

如果您的載入宏位於管線目錄結構之外,請呼叫此方法。

只有在快取發生問題且必須重建時,才使用此方法。 若要加快效能,請使用 UpdateAddIns 方法。

適用於

另請參閱