IVsDataViewHierarchy.GetProviderImplementation<T> メソッド

パラメーターが 0 未満です。

名前空間:  Microsoft.VisualStudio.Data.Services.SupportEntities
アセンブリ:  Microsoft.VisualStudio.Data.Services (Microsoft.VisualStudio.Data.Services.dll 内)

構文

'宣言
Function GetProviderImplementation(Of T As Class) ( _
    implementationType As Type _
) As Object
Object GetProviderImplementation<T>(
    Type implementationType
)
where T : class
generic<typename T>
where T : ref class
Object^ GetProviderImplementation(
    Type^ implementationType
)
abstract GetProviderImplementation : 
        implementationType:Type -> Object  when 'T : not struct
JScript では、ジェネリックな型またはメソッドは使用できません。

型パラメーター

  • T
    パラメーターの型。

パラメーター

  • implementationType
    型 : System.Type
    特定の実装の型。

戻り値

型 : System.Object
実装の型であるプロバイダーを実装する型、または nullnull 参照 (Visual Basic では Nothing)。

解説

実装の型が nullnull 参照 (Visual Basic では Nothing)場合は、グローバルに使用できる実装でこのメソッドの検索は入力します。

.NET Framework セキュリティ

  • 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。

参照

関連項目

IVsDataViewHierarchy インターフェイス

Microsoft.VisualStudio.Data.Services.SupportEntities 名前空間