次の方法で共有


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)

プロパティ値

適用対象