IDialogStack.Done<R>(R) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Complete the current dialog and return a result to the parent dialog.
public void Done<R> (R value);
abstract member Done : 'R -> unit
Public Sub Done(Of R) (value As R)
Type Parameters
- R
The type of the result dialog.
Parameters
- value
- R
The value of the result.