'宣言
Public Function GetProperty( _ ByVal nIndex As Integer _ ) As eCSSProperty
public eCSSProperty GetProperty( int nIndex )
パラメータ
- nIndex
- 要素を取得する順序配列内のインデックスです。
戻り値の型
順序配列内の指定されたインデックスにあるeCSSProperty値です。
'宣言
Public Function GetProperty( _ ByVal nIndex As Integer _ ) As eCSSProperty
public eCSSProperty GetProperty( int nIndex )