バージョン

GetChildDataViewIDs メソッド

DataView.ID に基づくすべての子 DataView を取得します。
シンタックス
'宣言
 
Public Function GetChildDataViewIDs( _
   ByVal parentDataViewID As String _
) As List(Of String)
public List<string> GetChildDataViewIDs( 
   string parentDataViewID
)

パラメータ

parentDataViewID
親 DataView の ID

戻り値の型

すべての子 DataView IDs (文字列) のリスト
参照