Dialog.GetVersion 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.
Gets a unique string which represents the version of this dialog. If the version changes between turns the dialog system will emit a DialogChanged event.
public virtual string GetVersion ();
abstract member GetVersion : unit -> string
override this.GetVersion : unit -> string
Public Overridable Function GetVersion () As String
Returns
Unique string which should only change when dialog has changed in a way that should restart the dialog.