ServiceProvider.GetServiceImpl メソッド (Type)
特定の型のサービスを取得する実装を提供します。
名前空間: Microsoft.VisualStudio.Data
アセンブリ: Microsoft.VisualStudio.Data (Microsoft.VisualStudio.Data.dll 内)
構文
'宣言
Protected Overridable Function GetServiceImpl ( _
serviceType As Type _
) As Object
protected virtual Object GetServiceImpl(
Type serviceType
)
protected:
virtual Object^ GetServiceImpl(
Type^ serviceType
)
abstract GetServiceImpl :
serviceType:Type -> Object
override GetServiceImpl :
serviceType:Type -> Object
protected function GetServiceImpl(
serviceType : Type
) : Object
パラメーター
serviceType
型 : Typeサービスの種類。
戻り値
型 : Object
サービスが見つからなかった場合は、指定した型のサービスを返すか、または nullnull 参照 (Visual Basic では Nothing) を返します。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。