共用方式為


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)

屬性值

適用於