次の方法で共有


DialogInstance.StackIndex プロパティ

定義

スタック インデックスを取得または設定します。 正の値は現在の DC 内のインデックスであり、負の値は親 DC のインデックスです。

public int? StackIndex { get; set; }
member this.StackIndex : Nullable<int> with get, set
Public Property StackIndex As Nullable(Of Integer)

プロパティ値

正の値は現在の DC 内のインデックスであり、負の値は親 DC のインデックスです。

適用対象