次の方法で共有


DataSourceExpressionCollection.CreateKnownType(Int32) メソッド

定義

データ ソース式オブジェクトのインスタンスを作成します。

protected:
 override System::Object ^ CreateKnownType(int index);
protected override object CreateKnownType (int index);
override this.CreateKnownType : int -> obj
Protected Overrides Function CreateKnownType (index As Integer) As Object

パラメーター

index
Int32

配列内におけるデータ ソース式オブジェクトの位置を表す、0 から始まるインデックス。

戻り値

GetKnownTypes() メソッドから返される、型の順序付きリストに含まれる作成対象のデータ ソース式のインデックス。

適用対象