バージョン

GetAllPropertiesWithName メソッド

現在のデータで指定した名前と一致するプロパティをすべて取得します。
シンタックス
'宣言
 
Public Function GetAllPropertiesWithName( _
   ByVal name As String _
) As String()
public string[] GetAllPropertiesWithName( 
   string name
)

パラメータ

name
検索する名前。

戻り値の型

名前と一致するすべてのプロパティ。
参照