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)

속성 값

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

설명

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

적용 대상