UiSourceControlGetIndex Method
UI要素から、リスト内で選択された要素の順番を取得します。
Namespace: Kasasagi.Sekirei.UiAssembly: Kasasagi.Sekirei.Ui (in Kasasagi.Sekirei.Ui.dll) Version: 1.0.0+149048337d893a876fee0780732e854768ab2b44
public bool GetIndex(
out int value
)
Public Function GetIndex (
<OutAttribute> ByRef value As Integer
) As Boolean
public:
bool GetIndex(
[OutAttribute] int% value
)
member GetIndex :
value : int byref -> bool
- value Int32
- 選択された要素の順番が格納されます。
Boolean
選択された要素の順番を取得できた場合はtrue、取得できなかった場合はfalseを返します。
このメソッドは、
Kindプロパティが
Listでない場合、
順番を取得できなかったことを示すfalseを返します。