In This Article

ISelectFilePromptBuilder<TOptions, TResult> Interface

Defines a builder which can be used to define options and show common file dialogs.

public interface ISelectFilePromptBuilder<TOptions, TResult> : IDesignerSafeSelectFilePromptBuilder<TOptions, TResult> where TOptions : ISelectFileOptions where TResult : ISelectFileResult<TOptions>
Type Parameters:
TOptions -

The type of ISelectFileOptions defined by the builder.

TResult -

The type of ISelectFileResult defined by the builder.

Remarks

For internal use only.

Methods

Show()

Displays a dialog prompting the user to select a file using the currently configured options.

TResult Show()

Returns

TResult:

The result of the user interaction.

See Also

Inherited Members

Extension Methods