次の方法で共有


WorkflowMarkupSerializationManager.GetService(Type) メソッド

定義

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

public:
 virtual System::Object ^ GetService(Type ^ serviceType);
public object GetService (Type serviceType);
abstract member GetService : Type -> obj
override this.GetService : Type -> obj
Public Function GetService (serviceType As Type) As Object

パラメーター

serviceType
Type

返すサービス オブジェクトの Type

戻り値

Object

serviceType 型のサービス オブジェクト。Nothing 型のサービス オブジェクトがない場合は null 参照 (Visual Basic の場合は serviceType)。

実装

適用対象