| ContentFileEditorActualArguments Method |
Substitute actual values for the macro place holders
Namespace: SandcastleBuilder.Utils.DesignAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax public string ActualArguments(
string contentItem,
string projectFile
)
Public Function ActualArguments (
contentItem As String,
projectFile As String
) As String
public:
String^ ActualArguments(
String^ contentItem,
String^ projectFile
)
member ActualArguments :
contentItem : string *
projectFile : string -> string
Parameters
- contentItem
- Type: SystemString
The content item - projectFile
- Type: SystemString
The current project file
Return Value
Type:
StringA string containing the actual arguments to pass to the
editor application.
See Also