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

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

傳回

String[]

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

屬性

例外狀況

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

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

addInsFolderPathnull

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

備註

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

如果未安裝新的載入宏,這個方法只會驗證快取。

適用於