次の方法で共有


WizardPage.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

取得するサービス オブジェクトの種類。

戻り値

serviceType 型のサービス オブジェクト。serviceType 型のサービス オブジェクトがない場合は null

注釈

このメソッドを使用すると、カスタム GetService メソッドを作成できます。

適用対象