mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-15 10:23:37 +00:00
fix: MD038/no-space-in-code
Spaces inside code span elements
This commit is contained in:
@ -1499,7 +1499,7 @@ For example:
|
||||
|
||||
- **MergeMultiSzContent**
|
||||
|
||||
The MergeMultiSzContent function merges the MULTI-SZ content of the registry values that are enumerated by the parent <ObjectSet> element with the content of the equivalent registry values that already exist on the destination computer. `Instruction` and` String` either remove or add content to the resulting MULTI-SZ. Duplicate elements will be removed.
|
||||
The MergeMultiSzContent function merges the MULTI-SZ content of the registry values that are enumerated by the parent <ObjectSet> element with the content of the equivalent registry values that already exist on the destination computer. `Instruction` and `String` either remove or add content to the resulting MULTI-SZ. Duplicate elements will be removed.
|
||||
|
||||
Syntax: MergeMultiSzContent (*Instruction*,*String*,*Instruction*,*String*,…)
|
||||
|
||||
@ -3618,7 +3618,7 @@ The return value that is required by <script> depends on the parent elemen
|
||||
|
||||
Syntax: <script>MigXmlHelper.GetStringContent("*ObjectType*","*EncodedLocationPattern*", "*ExpandContent*")</script>
|
||||
|
||||
Example:` <script>MigXMLHelper.GetStringContent("Registry","HKLM\Software\MyApp\Installer [EXEPATH]")</script>`
|
||||
Example: `<script>MigXMLHelper.GetStringContent("Registry","HKLM\Software\MyApp\Installer [EXEPATH]")</script>`
|
||||
|
||||
- You can use [GenerateUserPatterns](#scriptfunctions) when <script> is within <objectSet>.
|
||||
|
||||
|
Reference in New Issue
Block a user