DialogInstance Class
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.
Contains state information associated with a Dialog on a dialog stack.
public class DialogInstance
type DialogInstance = class
Public Class DialogInstance
- Inheritance
-
DialogInstance
Constructors
DialogInstance() |
Properties
Id |
Gets or sets the ID of the dialog. |
StackIndex |
Gets or sets a stack index. Positive values are indexes within the current DC and negative values are indexes in the parent DC. |
State |
Gets or sets the instance's persisted state. |
Version |
Gets or sets version string. |