Share via


IVsDataViewHierarchy.GetProviderImplementation<T>(Type) Method

Definition

Creates an implementation of the generic type T from the specified type.

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

Type Parameters

T

The type of the parameter.

Parameters

implementationType
Type

A specific implementation type.

Returns

The provider implementation type, or null if no implementation type is found.

Applies to