CleanOptionsBaseGetDefaultPartitions Method
When implemented in a derived class, gets the partition layout to use if the
Partitions property is an empty list.
Namespace: Ookii.AnswerFileAssembly: Ookii.AnswerFile (in Ookii.AnswerFile.dll) Version: 1.1.0+80a53790d09cddd16db3be20b673cb91280c7d9e
protected abstract IList<Partition> GetDefaultPartitions()
Protected MustOverride Function GetDefaultPartitions As IList(Of Partition)
protected:
virtual IList<Partition^>^ GetDefaultPartitions() abstract
abstract GetDefaultPartitions : unit -> IList<Partition>
Return Value
IListPartitionA list containing the default partition layout.