DialogInstance.Version プロパティ

定義

バージョン文字列を取得するか設定します。

public string Version { get; set; }
member this.Version : string with get, set
Public Property Version As String

プロパティ値

この dialoginstance が追跡するダイアログの一意の文字列。これは、変更されたコンテンツのイベントを生成する必要がある方法でダイアログが変更されたタイミングを識別するために使用されます。

適用対象