IVsDataViewHierarchy.GetProviderImplementation<T>(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.