IFile Picker ServiceSet File Picker Factory Method
Definition
Namespace: DWSIM.Interfaces
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
Assembly: DWSIM.Interfaces (in DWSIM.Interfaces.dll) Version: 10.0.0.0
C#
void SetFilePickerFactory(
Func<IFilePicker> filePickerFactory
)VB
Sub SetFilePickerFactory (
filePickerFactory As Func(Of IFilePicker)
)Parameters
- filePickerFactory FuncIFilePicker