共用方式為


ComponentSetting Class

Definition

Contains the name and content of component.

public class ComponentSetting
type ComponentSetting = class
Public Class ComponentSetting
Inheritance
ComponentSetting

Constructors

ComponentSetting()

Initializes a new instance of the ComponentSetting class.

ComponentSetting(String)

Initializes a new instance of the ComponentSetting class with required arguments.

Properties

Content

Optional. Specifies the base-64 encoded XML formatted content that is added to the unattend.xml file for the specified path and component. The XML must be less that 4 KB and must include the root element for the setting or feature that is being inserted.

SettingName

Required. Specifies the name of the setting to which the content applies.

Applies to