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