次の方法で共有


ComponentTray.GetService(Type) メソッド

定義

要求したサービスの型を取得します。

protected:
 override System::Object ^ GetService(Type ^ serviceType);
protected override object GetService (Type serviceType);
override this.GetService : Type -> obj
Protected Overrides Function GetService (serviceType As Type) As Object

パラメーター

serviceType
Type

取得するサービスの型。

戻り値

Object

要求したサービスのインスタンス。サービスが見つからない場合は null

適用対象