DataSourceSpecializer.GetType(Guid, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
根据给定的类型名称和数据源 guid 检索类型定义。
public:
virtual Type ^ GetType(Guid dataSource, System::String ^ typeName);
public virtual Type GetType (Guid dataSource, string typeName);
override this.GetType : Guid * string -> Type
Public Overridable Function GetType (dataSource As Guid, typeName As String) As Type
参数
- dataSource
- Guid
DDEX 数据源 guid。
- typeName
- String
要检索的程序集的名称。
返回
返回一个类型定义。