ActivityDesigner.GetService(Type) Yöntem

Tanım

Tasarımcıyla ilişkili etkinlik için tasarım modu sitesinden belirtilen hizmet türünü almaya çalışır.

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

Parametreler

serviceType
Type

İstenecek hizmetin türü.

Döndürülenler

İstenen hizmeti uygulayan bir nesne veya hizmet çözümlenemiyorsa null başvuru (Nothing Visual Basic'te).

Şunlara uygulanır