DataSourceExpressionCollection.GetKnownTypes 方法
定义
获取 DataSourceExpressionCollection 对象可包含的数据源表达式对象的数组。Gets an array of data source expression objects that the DataSourceExpressionCollection object can contain.
protected:
override cli::array <Type ^> ^ GetKnownTypes();
protected override Type[] GetKnownTypes ();
override this.GetKnownTypes : unit -> Type[]
Protected Overrides Function GetKnownTypes () As Type()
返回
- Type[]
数据源集合可以包含的数据源表达式对象的有序数组。An ordered array of data source expression objects that the data source collection can contain.