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위치에 대한 읽기 및 쓰기 액세스 권한이 모두 없습니다.

설명

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

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

적용 대상