'宣言 Public Function IndexOf( _ ByVal ps As PointStyle _ ) As System.Integer
public System.int IndexOf( PointStyle ps )
パラメータ
- ps
- コレクション内で探す PointStyle。
戻り値の型
コレクション内の指定した PointStyle の要素を示す整数を返します。PointStyle が見つからない場合、戻り値は ?1です。
'宣言 Public Function IndexOf( _ ByVal ps As PointStyle _ ) As System.Integer
public System.int IndexOf( PointStyle ps )