| PromptToSaveDlg Constructor |
Constructor
Namespace: SandcastleBuilder.GuiAssembly: SandcastleBuilderGUI (in SandcastleBuilderGUI.exe) Version: 2014.11.22.0
Syntax public PromptToSaveDlg(
Collection<BaseContentEditor> filesToSave
)
Public Sub New (
filesToSave As Collection(Of BaseContentEditor)
)
public:
PromptToSaveDlg(
Collection<BaseContentEditor^>^ filesToSave
)
new :
filesToSave : Collection<BaseContentEditor> -> PromptToSaveDlg
Parameters
- filesToSave
- Type: System.Collections.ObjectModelCollectionBaseContentEditor
A collection containing the editors with
files to save.
See Also