ActivityDesignerAccessibleObject.GetService(Type) 方法

定義

回傳由指定類型定義的 ActivityDesigner服務,該服務與 相關聯。

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

Type服務可申請。

傳回

代表所請求服務的 ,或若服務無法解析,則為空參考()。

適用於