ActivityDesignerAccessibleObject.GetService(Type) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne le service défini par le type spécifié associé au 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
Paramètres
Retours
Object qui représente le service demandé, ou référence null (Nothing
en Visual Basic) si le service ne peut pas être résolu.