FileDialog.CustomPlaces 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
파일 대화 상자에 대한 사용자 지정 위치 목록을 가져오거나 설정합니다.
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)
속성 값
사용자 지정 위치 목록입니다.
설명
파일 열기 및 저장 대화 상자에는 사용자가 다른 위치로 빠르게 이동할 수 있는 즐겨 찾기 링크 패널이 대화 상자 왼쪽에 있습니다. 이러한 링크를 사용자 지정 장소라고 합니다. 이 속성을 사용 하면 애플리케이션 파일 대화 상자를 사용 하는 경우 표시 되는 목록을 수정할 수 있습니다.