次の方法で共有


DataControlFieldDesigner.GetService(Type) メソッド

定義

指定した型のサービス オブジェクトを取得します。

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

パラメーター

serviceType
Type

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

戻り値

Object

指定した型のサービス オブジェクト。

適用対象