| ContentFileEditorArguments Property |
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: 2014.11.22.0
Syntax public string Arguments { get; set; }
Public Property Arguments As String
Get
Set
public:
property String^ Arguments {
String^ get ();
void set (String^ value);
}
member Arguments : string with get, set
Property Value
Type:
StringRemarks The following macros can be used to subsitute item
and path values into the argument string.
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. |
The macro names are case-insensitive. Enclose arguments in
double quotes if they may contain spaces.
See Also