AddInStore.RebuildAddIns(String) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
重建增益集快取,並且包含指定之根目錄中的新增益集。
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[]
在驗證管線區段時描述警告的字串集合。
- 屬性
例外狀況
管線目錄結構遺漏區段目錄。
管線目錄結構發生存取違規。
addInsFolderPath
為 null
。
呼叫端對於 addInsFolderPath
指定的位置不具有讀取與寫入存取權限。
備註
如果您的載入宏位於管線目錄結構之外,請呼叫此方法。
只有在快取發生問題且必須重建時,才使用此方法。 若要加快效能,請使用 UpdateAddIns 方法。