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