Component.GetService メソッド

Component またはその Container で提供されるサービスを表すオブジェクトを返します。

Protected Overridable Function GetService( _
   ByVal service As Type _) As Object
[C#]
protected virtual object GetService(Typeservice);
[C++]
protected: virtual Object* GetService(Type* service);
[JScript]
protected function GetService(
   service : Type) : Object;

パラメータ

  • service
    Component が提供するサービス。

戻り値

Component で提供されるサービスを表す Object

Component が指定されたサービスを提供しない場合、この値は null 参照 (Visual Basic では Nothing) です。

解説

このメソッドは、派生クラスでオーバーライドできます。

必要条件

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

参照

Component クラス | Component メンバ | System.ComponentModel 名前空間 | IContainer | Container | ISite | IServiceProvider