| ProjectExplorerWindowCreateFileEditor Method |
Create an editor for the specified file
Namespace: SandcastleBuilder.Gui.ContentEditorsAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public DockContent CreateFileEditor(
string fullName,
FileItem fileItem
)
Public Function CreateFileEditor (
fullName As String,
fileItem As FileItem
) As DockContent
public:
DockContent^ CreateFileEditor(
String^ fullName,
FileItem^ fileItem
)
member CreateFileEditor :
fullName : string *
fileItem : FileItem -> DockContent
Parameters
- fullName
- Type: SystemString
The full path to the file - fileItem
- Type: SandcastleBuilder.UtilsFileItem
The project file item or null if the method should find it for itself
Return Value
Type:
DockContentThe editor window created for the file
See Also