UiSourceControlGetIndex Method

UI要素から、リスト内で選択された要素の順番を取得します。

Definition

Namespace: Kasasagi.Sekirei.Ui
Assembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
C#
public bool GetIndex(
	out int value
)

Parameters

value  Int32
選択された要素の順番が格納されます。

Return Value

Boolean
選択された要素の順番を取得できた場合はtrue、取得できなかった場合はfalseを返します。

Remarks

このメソッドは、 KindプロパティがListでない場合、 順番を取得できなかったことを示すfalseを返します。

See Also