Substitute actual values for the macro place holders

Namespace: SandcastleBuilder.Utils.Design
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0

Syntax

C#
public string ActualArguments(
	string contentItem,
	string projectFile
)
Visual Basic
Public Function ActualArguments ( 
	contentItem As String,
	projectFile As String
) As String

Parameters

contentItem
Type: System..::..String
The content item
projectFile
Type: System..::..String
The current project file

Return Value

Type: String
A string containing the actual arguments to pass to the editor application.

See Also