public abstract void WriteDomainElements(
AnswerFileGenerator generator,
bool offlineServicing
)Public MustOverride Sub WriteDomainElements (
generator As AnswerFileGenerator,
offlineServicing As Boolean
)public:
virtual void WriteDomainElements(
AnswerFileGenerator^ generator,
bool offlineServicing
) abstractabstract WriteDomainElements :
generator : AnswerFileGenerator *
offlineServicing : bool -> unit This method is called when generating the Microsoft-Windows-JoinDomain component of the specialize or offlineServicing pass.
| ArgumentNullException | generator is . |
| NotSupportedException | The derived class does not support generating options for the specified pass. |