IVsDataViewHierarchy.GetProviderImplementation<T>(Type) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
从指定类型创建泛型类型 T 的实现。
public:
generic <typename T>
where T : class System::Object ^ GetProviderImplementation(Type ^ implementationType);
public object GetProviderImplementation<T> (Type implementationType) where T : class;
abstract member GetProviderImplementation : Type -> obj (requires 'T : null)
Public Function GetProviderImplementation(Of T As Class) (implementationType As Type) As Object
类型参数
- T
参数的类型。
参数
- implementationType
- Type
特定实现类型。
返回
提供程序实现类型,如果未找到实现类型,则为 null。