This is used to get or set the parameters to pass to the
application.
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0
Syntax
| C# |
|---|
public string Arguments { get; set; } |
| Visual Basic |
|---|
Public Property Arguments As String Get Set |
Property Value
Type: String
Remarks
The following macros can be used to subsitute item
and path values into the argument string.
The macro names are case-insensitive. Enclose arguments in
double quotes if they may contain spaces.
| Macro Name | Value Used |
|---|---|
| $ContentItem | The full path to the content item to be edited |
| $ProjectFile | The fully qualified path and filename of the current project. |
| $ProjectFolder | The fully qualified path to the current project. |