DefaultFilesOptions.DefaultFileNames 속성

정의

기본적으로 선택할 파일 이름의 정렬된 목록입니다. 목록 길이와 순서는 성능에 영향을 줄 수도 있습니다.

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

속성 값

적용 대상