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[]

파이프라인 세그먼트가 평가될 때 경고를 설명하는 문자열의 컬렉션입니다.

특성

예외

파이프라인 디렉터리 구조에 세그먼트 디렉터리가 없는 경우

파이프라인 디렉터리 구조에 대한 액세스 위반이 있는 경우

addInsFolderPath이(가) null인 경우

호출자는 addInsFolderPath에 지정된 위치에 대해 읽기 및 쓰기 액세스 권한을 모두 갖고 있지는 않습니다.

설명

추가 기능이 파이프라인 디렉터리 구조 외부에 있는 경우 이 메서드를 호출합니다.

새 추가 기능이 설치되지 않은 경우 이 메서드는 캐시의 유효성을 검사합니다.

적용 대상