FileDialog.CustomPlaces 속성

정의

파일 대화 상자에 대한 사용자 지정 위치 목록을 가져오거나 설정합니다.

public:
 property System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ CustomPlaces { System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ get(); void set(System::Collections::Generic::IList<Microsoft::Win32::FileDialogCustomPlace ^> ^ value); };
public System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> CustomPlaces { get; set; }
member this.CustomPlaces : System.Collections.Generic.IList<Microsoft.Win32.FileDialogCustomPlace> with get, set
Public Property CustomPlaces As IList(Of FileDialogCustomPlace)

속성 값

사용자 지정 위치 목록입니다.

설명

파일 열기 및 저장 대화 상자에는 사용자가 다른 위치로 빠르게 이동할 수 있는 즐겨 찾기 링크 패널이 대화 상자 왼쪽에 있습니다. 이러한 링크를 사용자 지정 장소라고 합니다. 이 속성을 사용 하면 애플리케이션 파일 대화 상자를 사용 하는 경우 표시 되는 목록을 수정할 수 있습니다.

적용 대상